You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
### 1.25.0 (xx)
2
+
3
+
* Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead
4
+
* Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
5
+
* Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead
6
+
* Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
7
+
* Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
8
+
* Fixed issue in SignalHandler restarting syscalls functionality
9
+
1
10
### 1.24.0 (2018-11-05)
2
11
3
12
* BC Notice: If you are extending any of the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argument to your function signature to avoid strict PHP warnings.
0 commit comments