Yaffs site version 1.1
[yaffs-website] / vendor / symfony / debug / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 2.8.0
5 -----
6
7 * added BufferingLogger for errors that happen before a proper logger is configured
8 * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
9 * deprecate ExceptionHandler::createResponse
10
11 2.7.0
12 -----
13
14 * added deprecations checking for parent interfaces/classes to DebugClassLoader
15 * added ZTS support to symfony_debug extension
16 * added symfony_debug_backtrace() to symfony_debug extension
17   to track the backtrace of fatal errors
18
19 2.6.0
20 -----
21
22 * generalized ErrorHandler and ExceptionHandler,
23   with some new methods and others deprecated
24 * enhanced error messages for uncaught exceptions
25
26 2.5.0
27 -----
28
29 * added ExceptionHandler::setHandler()
30 * added UndefinedMethodFatalErrorHandler
31 * deprecated DummyException
32
33 2.4.0
34 -----
35
36  * added a DebugClassLoader able to wrap any autoloader providing a findFile method
37  * improved error messages for not found classes and functions
38
39 2.3.0
40 -----
41
42  * added the component