Updated translations (#1517)
[openemr.git] / vendor / symfony / debug / CHANGELOG.md
bloba853b7a0a70a4f68e7b54f75708da714bf43230e
1 CHANGELOG
2 =========
4 3.3.0
5 -----
7 * deprecated the `ContextErrorException` class: use \ErrorException directly now
9 3.2.0
10 -----
12 * `FlattenException::getTrace()` now returns additional type descriptions
13   `integer` and `float`.
16 3.0.0
17 -----
19 * removed classes, methods and interfaces deprecated in 2.x
21 2.8.0
22 -----
24 * added BufferingLogger for errors that happen before a proper logger is configured
25 * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
26 * deprecate ExceptionHandler::createResponse
28 2.7.0
29 -----
31 * added deprecations checking for parent interfaces/classes to DebugClassLoader
32 * added ZTS support to symfony_debug extension
33 * added symfony_debug_backtrace() to symfony_debug extension
34   to track the backtrace of fatal errors
36 2.6.0
37 -----
39 * generalized ErrorHandler and ExceptionHandler,
40   with some new methods and others deprecated
41 * enhanced error messages for uncaught exceptions
43 2.5.0
44 -----
46 * added ExceptionHandler::setHandler()
47 * added UndefinedMethodFatalErrorHandler
48 * deprecated DummyException
50 2.4.0
51 -----
53  * added a DebugClassLoader able to wrap any autoloader providing a findFile method
54  * improved error messages for not found classes and functions
56 2.3.0
57 -----
59  * added the component