Skip to content

Commit 17cbfb8

Browse files
committed
Update changelog for 1.x
1 parent b0355ad commit 17cbfb8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff 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+
110
### 1.24.0 (2018-11-05)
211

312
* 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

Comments
 (0)