Browse Source

Updates Changelog

Ask Solem 11 years ago
parent
commit
c1a6b41711
1 changed files with 9 additions and 1 deletions
  1. 9 1
      Changelog

+ 9 - 1
Changelog

@@ -15,6 +15,8 @@ new in Celery 3.1.
 :release-date: 2014-01-17 XX:XX X.X UTC
 :release-by: Ask Solem
 
+- Now depends on :ref:`Kombu 3.0.10 <kombu:version-3.0.10>`.
+
 - ``ResultSet.iterate`` is now pending deprecation.
 
     The implementation is very inefficient and using
@@ -44,7 +46,7 @@ new in Celery 3.1.
 - Redis result backend: Will now retry storing the result in the event
   of connection problems.
 
-- ``autodiscover_tasks``: Fixed bug when called multiple times (Issue #1797).
+- ``autodiscover_tasks()``: Fixed bug when called multiple times (Issue #1797).
 
 - Generic init scripts: Now runs a check at startup to verify
   that the configuration scripts are owned by root and that they
@@ -59,6 +61,12 @@ new in Celery 3.1.
     source distribution:
     https://github.com/celery/celery/tree/3.1/extra/generic-init.d
 
+- The :program:`celery purge` command now warns the user that the operation
+  will delete all tasks and prompts for confirmation.
+
+    A new :option:`-f` has also been added that can be used to disable
+    the interactive mode.
+
 - The documentation for ``Task.retry`` states that the value provided in
   ``exc`` argument will be raised if the call does not happen in an error
   context, but that did not happen (Issue #1755).