|
|
@@ -1,3 +1,12 @@
|
|
|
+### 1.25.0 (xx)
|
|
|
+
|
|
|
+ * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead
|
|
|
+ * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
|
|
|
+ * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead
|
|
|
+ * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
|
|
|
+ * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
|
|
|
+ * Fixed issue in SignalHandler restarting syscalls functionality
|
|
|
+
|
|
|
### 1.24.0 (2018-11-05)
|
|
|
|
|
|
* 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.
|