1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Update CHANGELOG

This commit is contained in:
Jordi Boggiano
2013-02-13 19:06:51 +01:00
parent 9f515d47ce
commit 32fe28af60

View File

@@ -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) * 1.3.1 (2013-01-11)
* Fixed LogstashFormatter to be usable with stream handlers * Fixed LogstashFormatter to be usable with stream handlers