@@ -10,67 +10,66 @@ CHANGELOG
10
10
4.3.0
11
11
-----
12
12
13
- * made the ` ErrorHandler ` and ` ExceptionHandler ` classes final
14
- * added ` Exception\FlattenException::getAsString ` and
15
- ` Exception\FlattenException::getTraceAsString ` to increase compatibility to php
16
- exception objects
13
+ * made the ` ErrorHandler ` and ` ExceptionHandler ` classes final
14
+ * added ` Exception\FlattenException::getAsString ` and
15
+ ` Exception\FlattenException::getTraceAsString ` to increase compatibility to php
16
+ exception objects
17
17
18
18
4.0.0
19
19
-----
20
20
21
- * removed the symfony_debug extension
22
- * removed ` ContextErrorException `
21
+ * removed the symfony_debug extension
22
+ * removed ` ContextErrorException `
23
23
24
24
3.4.0
25
25
-----
26
26
27
- * deprecated ` ErrorHandler::stackErrors() ` and ` ErrorHandler::unstackErrors() `
27
+ * deprecated ` ErrorHandler::stackErrors() ` and ` ErrorHandler::unstackErrors() `
28
28
29
29
3.3.0
30
30
-----
31
31
32
- * deprecated the ` ContextErrorException ` class: use \ErrorException directly now
32
+ * deprecated the ` ContextErrorException ` class: use \ErrorException directly now
33
33
34
34
3.2.0
35
35
-----
36
36
37
- * ` FlattenException::getTrace() ` now returns additional type descriptions
38
- ` integer ` and ` float ` .
39
-
37
+ * ` FlattenException::getTrace() ` now returns additional type descriptions
38
+ ` integer ` and ` float ` .
40
39
41
40
3.0.0
42
41
-----
43
42
44
- * removed classes, methods and interfaces deprecated in 2.x
43
+ * removed classes, methods and interfaces deprecated in 2.x
45
44
46
45
2.8.0
47
46
-----
48
47
49
- * added BufferingLogger for errors that happen before a proper logger is configured
50
- * allow throwing from ` __toString() ` with ` return trigger_error($e, E_USER_ERROR); `
51
- * deprecate ExceptionHandler::createResponse
48
+ * added BufferingLogger for errors that happen before a proper logger is configured
49
+ * allow throwing from ` __toString() ` with ` return trigger_error($e, E_USER_ERROR); `
50
+ * deprecate ExceptionHandler::createResponse
52
51
53
52
2.7.0
54
53
-----
55
54
56
- * added deprecations checking for parent interfaces/classes to DebugClassLoader
57
- * added ZTS support to symfony_debug extension
58
- * added symfony_debug_backtrace() to symfony_debug extension
59
- to track the backtrace of fatal errors
55
+ * added deprecations checking for parent interfaces/classes to DebugClassLoader
56
+ * added ZTS support to symfony_debug extension
57
+ * added symfony_debug_backtrace() to symfony_debug extension
58
+ to track the backtrace of fatal errors
60
59
61
60
2.6.0
62
61
-----
63
62
64
- * generalized ErrorHandler and ExceptionHandler,
65
- with some new methods and others deprecated
66
- * enhanced error messages for uncaught exceptions
63
+ * generalized ErrorHandler and ExceptionHandler,
64
+ with some new methods and others deprecated
65
+ * enhanced error messages for uncaught exceptions
67
66
68
67
2.5.0
69
68
-----
70
69
71
- * added ExceptionHandler::setHandler()
72
- * added UndefinedMethodFatalErrorHandler
73
- * deprecated DummyException
70
+ * added ExceptionHandler::setHandler()
71
+ * added UndefinedMethodFatalErrorHandler
72
+ * deprecated DummyException
74
73
75
74
2.4.0
76
75
-----
0 commit comments