فهرست منبع

Update changelog

Jordi Boggiano 12 سال پیش
والد
کامیت
3681044b6d
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      CHANGELOG.mdown

+ 8 - 0
CHANGELOG.mdown

@@ -1,3 +1,11 @@
+### 1.4.1 (2013-04-01)
+
+  * Fixed exception formatting in the LineFormatter to be more minimalistic
+  * Fixed RavenHandler's handling of context/extra data, requires Raven client >0.1.0
+  * Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple days
+  * Fixed WebProcessor array access so it checks for data presence
+  * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors
+
 ### 1.4.0 (2013-02-13)
 
   * Added RedisHandler to log to Redis via the Predis library or the phpredis extension