浏览代码

Updated Changelog

Ask Solem 15 年之前
父节点
当前提交
12f62083fd
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      Changelog

+ 9 - 1
Changelog

@@ -13,6 +13,9 @@
 
 .. _v214-fixes:
 
+Fixes
+-----
+
 * Error email body now uses `repr(exception)` instead of `str(exception)`,
   as the latter could result in Unicode decode errors (Issue #245).
 
@@ -26,8 +29,14 @@
 
 * `celeryd`: The broadcast consumer is now closed if the connection is reset.
 
+* `celeryd`: Now properly handles errors occurring while trying to acknowledge
+  the message.
+
 .. _v214-documentation:
 
+Documentation
+-------------
+
 * Adding :ref:`contributing`.
 
 * Added :ref:`guide-optimizing`.
@@ -36,7 +45,6 @@
 
 * Periodic Task User Guide: Fixed typo in crontab example table (Issue #239).
 
-
 .. _version-2.1.3:
 
 2.1.3