1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-15 17:44:10 +02:00

Update changelog

This commit is contained in:
Jordi Boggiano
2018-06-18 17:31:08 +02:00
parent 3e92b08956
commit 7c549e383c

View File

@@ -10,6 +10,7 @@
* Added SlackWebhookHandler::getWebhookUrl and SlackHandler::getToken to enable class extensibility
* Added SwiftMailerHandler::getSubjectFormatter to enable class extensibility
* Dropped official support for HHVM in test builds
* Fixed normalization of exception traces when call_user_func is used to avoid serializing objects and the data they contain
* Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
* Fixed normalization of objects in Slack handlers
* Fixed support for PHP7's Throwable in NewRelicHandler