From 7940ae31ce4687d875d2bb5aa277bb3802203fe1 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 18 Aug 2012 19:27:13 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.mdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index ddaa16ee..849d3381 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,18 @@ +* 1.2.0 (2012-08-18) + + Changes: + + * Added AmqpHandler (for use with AMQP servers) + * Added CubeHandler + * Added NativeMailerHandler::addHeader() to send custom headers in mails + * Added the possibility to specify more than one recipient in NativeMailerHandler + * Added the possibility to specify float timeouts in SocketHandler + * Added NOTICE and EMERGENCY levels to conform with RFC 5424 + * Fixed the log records to use the php default timezone instead of UTC + * Fixed BufferHandler not being flushed properly on PHP fatal errors + * Fixed normalization of exotic resource types + * Fixed the default format of the SyslogHandler to avoid duplicating datetimes in syslog + * 1.1.0 (2012-04-23) Changes: