annotate vendor/symfony/debug/CHANGELOG.md @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children 7a779792577d
rev   line source
Chris@0 1 CHANGELOG
Chris@0 2 =========
Chris@0 3
Chris@0 4 3.2.0
Chris@0 5 -----
Chris@0 6
Chris@0 7 * `FlattenException::getTrace()` now returns additional type descriptions
Chris@0 8 `integer` and `float`.
Chris@0 9
Chris@0 10
Chris@0 11 3.0.0
Chris@0 12 -----
Chris@0 13
Chris@0 14 * removed classes, methods and interfaces deprecated in 2.x
Chris@0 15
Chris@0 16 2.8.0
Chris@0 17 -----
Chris@0 18
Chris@0 19 * added BufferingLogger for errors that happen before a proper logger is configured
Chris@0 20 * allow throwing from `__toString()` with `return trigger_error($e, E_USER_ERROR);`
Chris@0 21 * deprecate ExceptionHandler::createResponse
Chris@0 22
Chris@0 23 2.7.0
Chris@0 24 -----
Chris@0 25
Chris@0 26 * added deprecations checking for parent interfaces/classes to DebugClassLoader
Chris@0 27 * added ZTS support to symfony_debug extension
Chris@0 28 * added symfony_debug_backtrace() to symfony_debug extension
Chris@0 29 to track the backtrace of fatal errors
Chris@0 30
Chris@0 31 2.6.0
Chris@0 32 -----
Chris@0 33
Chris@0 34 * generalized ErrorHandler and ExceptionHandler,
Chris@0 35 with some new methods and others deprecated
Chris@0 36 * enhanced error messages for uncaught exceptions
Chris@0 37
Chris@0 38 2.5.0
Chris@0 39 -----
Chris@0 40
Chris@0 41 * added ExceptionHandler::setHandler()
Chris@0 42 * added UndefinedMethodFatalErrorHandler
Chris@0 43 * deprecated DummyException
Chris@0 44
Chris@0 45 2.4.0
Chris@0 46 -----
Chris@0 47
Chris@0 48 * added a DebugClassLoader able to wrap any autoloader providing a findFile method
Chris@0 49 * improved error messages for not found classes and functions
Chris@0 50
Chris@0 51 2.3.0
Chris@0 52 -----
Chris@0 53
Chris@0 54 * added the component