Skip to content

Commit 6b5a392

Browse files
committed
Update changelog
1 parent b803523 commit 6b5a392

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
### 1.24.0 (2018-06-xx)
1+
### 1.24.0 (2018-11-xx)
22

3+
* Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
4+
* Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly useful for autowiring dependency containers)
5+
* Added a way to log signals being received using Monolog\SignalHandler
36
* Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
47
* Added InsightOpsHandler to migrate users of the LogEntriesHandler
58
* Added protection to NormalizerHandler against circular and very deep structures, it now stops normalizing at a depth of 9
69
* Added capture of stack traces to ErrorHandler when logging PHP errors
10+
* Added RavenHandler support for a `contexts` context or extra key to forward that to Sentry's contexts
711
* Added forwarding of context info to FluentdFormatter
812
* Added SocketHandler::setChunkSize to override the default chunk size in case you must send large log lines to rsyslog for example
913
* Added ability to extend/override BrowserConsoleHandler
@@ -19,8 +23,8 @@
1923
* Fixed table row styling issues in HtmlFormatter
2024
* Fixed RavenHandler dropping the message when logging exception
2125
* Fixed WhatFailureGroupHandler skipping processors when using handleBatch
22-
* Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
2326
and implement it where possible
27+
* Fixed display of anonymous class names
2428

2529
### 1.23.0 (2017-06-19)
2630

0 commit comments

Comments
 (0)