diff options
author | Jordi Boggiano <j.boggiano@seld.be> | 2016-03-13 16:08:35 +0000 |
---|---|---|
committer | Jordi Boggiano <j.boggiano@seld.be> | 2016-03-13 16:08:35 +0000 |
commit | a5f2734e8c16f3aa21b3da09715d10e15b4d2d45 (patch) | |
tree | 5f1baf6ac163f7c09d59e71640b3bedaac946296 | |
parent | 50241e6cedc99379fbff4d3cff959066960f096e (diff) | |
download | monolog-1.18.1.zip monolog-1.18.1.tar.gz monolog-1.18.1.tar.bz2 |
Update changelog1.18.1
-rw-r--r-- | CHANGELOG.mdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index ff70fc8..3f33a28 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,10 @@ +### 1.18.1 (2016-03-13) + + * Fixed SlackHandler bug where slack dropped messages randomly + * Fixed RedisHandler issue when using with the PHPRedis extension + * Fixed AmqpHandler content-type being incorrectly set when using with the AMQP extension + * Fixed BrowserConsoleHandler regression + ### 1.18.0 (2016-03-01) * Added optional reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`, disabling it gets you a bit of performance boost but reduces the precision to the second instead of microsecond |