From 32fe28af60b4da9a5b0cef024138afacc0c01eeb Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 13 Feb 2013 19:06:51 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index df8b5fad..c1921218 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,12 @@ +* 1.4.0 (2013-02-13) + + * Added RedisHandler to log to Redis via the Predis library or the phpredis extension + * Added ZendMonitorHandler to log to the Zend Server monitor + * Added the possibility to pass arrays of handlers and processors directly in the Logger constructor + * Added `$useSSL` option to the PushoverHandler which is enabled by default + * Fixed ChromePHPHandler and FirePHPHandler issue when multiple instances are used simultaneously + * Fixed header injection capability in the NativeMailHandler + * 1.3.1 (2013-01-11) * Fixed LogstashFormatter to be usable with stream handlers