浏览代码

Updates Changelog

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

+ 15 - 0
Changelog

@@ -51,6 +51,21 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
             http://github.com/celery/celery/tree/3.0/extra/generic-init.d
 
+- :program:`celery worker` and :program:`celery beat` commands now respects
+  the :option:`--no-color` option (Issue #999).
+
+- Fixes request stack protection when app is initialized more than
+  once (Issue #1003).
+
+- Fixed typos in eventlet examples (Issue #1000)
+
+    Fix contributed by Bryan Bishop.
+    Congratulations on opening bug #1000!
+
+- Tasks that raise :exc:`~celery.exceptions.Ignore` are now acknowledged.
+
+- Beat: Now shows the name of the entry in ``sending due task`` logs.
+
 .. _version-3.0.10:
 
 3.0.10