Browse Source

Updates changelog

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

+ 11 - 0
Changelog

@@ -79,6 +79,17 @@ If you're looking for versions prior to 3.x you should see :ref:`history`.
 
     Contributed by Mher Movsisyan.
 
+- Subtasks can now be piped with chains
+
+    For example:
+
+    .. code-block:: python
+
+        pipe = sometask.s() | othertask.s()
+        new_pipe = mytask.s() | pipe
+
+    Contributed by Steve Moorin.
+
 - Fixed error with error email and new task classes (Issue #931).
 
 - ``BaseTask.__call__`` is no longer optimized away if it has been monkey