8000 Fix CS in changelogs · symfony/debug@5dfc782 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 5dfc782

Browse files
committed
Fix CS in changelogs
1 parent 65fe7b4 commit 5dfc782

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

CHANGELOG.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,66 @@ CHANGELOG
1010
4.3.0
1111
-----
1212

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
1717

1818
4.0.0
1919
-----
2020

21-
* removed the symfony_debug extension
22-
* removed `ContextErrorException`
21+
* removed the symfony_debug extension
22+
* removed `ContextErrorException`
2323

2424
3.4.0
2525
-----
2626

27-
* deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()`
27+
* deprecated `ErrorHandler::stackErrors()` and `ErrorHandler::unstackErrors()`
2828

2929
3.3.0
3030
-----
3131

32-
* deprecated the `ContextErrorException` class: use \ErrorException directly now
32+
* deprecated the `ContextErrorException` class: use \ErrorException directly now
3333

3434
3.2.0
3535
-----
3636

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`.
4039

4140
3.0.0
4241
-----
4342

44-
* removed classes, methods and interfaces deprecated in 2.x
43+
* removed classes, methods and interfaces deprecated in 2.x
4544

4645
2.8.0
4746
-----
4847

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
5251

5352
2.7.0
5453
-----
5554

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
6059

6160
2.6.0
6261
-----
6362

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
6766

6867
2.5.0
6968
-----
7069

71-
* added ExceptionHandler::setHandler()
72-
* added UndefinedMethodFatalErrorHandler
73-
* deprecated DummyException
70+
* added ExceptionHandler::setHandler()
71+
* added UndefinedMethodFatalErrorHandler
72+
* deprecated DummyException
7473

7574
2.4.0
7675
-----

0 commit comments

Comments
 (0)
0