Browse Source

Doc improvements

Ask Solem 12 years ago
parent
commit
f07188a02c
2 changed files with 15 additions and 3 deletions
  1. 5 2
      docs/getting-started/next-steps.rst
  2. 10 1
      docs/whatsnew-2.6.rst

+ 5 - 2
docs/getting-started/next-steps.rst

@@ -536,8 +536,8 @@ Here's some examples::
         >>> res.get()
         90
 
-    Groups and chords accepts partial arguments too, which in case
-    the return value of the previous task is sent to all tasks in the group::
+    Groups and chords accepts partial arguments too, so in a chain
+    the return value of the previous task is forwarded to all tasks in the group::
 
 
         >>> new_user_workflow = (create_user.s() | group(
@@ -552,3 +552,6 @@ Here's some examples::
 Be sure to read more about workflows in the :ref:`Canvas <guide-canvas>` user
 guide.
 
+
+
+**This document is incomplete - and ends here :(*

+ 10 - 1
docs/whatsnew-2.6.rst

@@ -34,7 +34,8 @@ as well as PyPy and Jython.
         and the new :ref:`next-steps` tutorial.
 
         There's no plans to deprecate the old API, so you don't have
-        to be in a hurry to port your applications to the new API.
+        to be in a hurry to port your applications to the new API,
+        but it's better to be prepared.
 
     - The worker is now thread-less, giving great performance improvements.
 
@@ -48,6 +49,14 @@ as well as PyPy and Jython.
 
         Read more in the :ref:`Canvas <guide-canvas>` user guide.
 
+    - Support for the new librabbitmq C client.
+
+        Celery will automatically use the :mod:`librabbitmq` module
+        if installed, which is a very fast and memory-optimized
+        replacement for the amqplib module.
+
+    - Redis support is more reliable with improved ack emulation.
+
 .. _`website`: http://celeryproject.org/
 .. _`django-celery changelog`: http://bit.ly/djcelery-26-changelog
 .. _`django-celery 2.6`: http://pypi.python.org/pypi/django-celery/