From c0c0b4bee3aabce7182876b0d912ef2595563db7 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 9 Aug 2015 18:44:44 +0100 Subject: [PATCH] Update changelog for 1.16 --- CHANGELOG.mdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 9168fd7d..da733c4d 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,14 @@ +### 1.16.0 (2015-08-09) + + * Added IFTTTHandler to notify ifttt.com triggers + * Added Logger::setHandlers() to allow setting/replacing all handlers + * Added $capSize in RedisHandler to cap the log size + * Fixed StreamHandler creation of directory to only trigger when the first log write happens + * Fixed bug in the handling of curl failures + * Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered in monolog's ErrorHandler + * Fixed missing fatal errors records with handlers that need to be closed to flush log records + * Fixed TagProcessor::addTags support for associative arrays + ### 1.15.0 (2015-07-12) * Added addTags and setTags methods to change a TagProcessor