Ver código fonte

Updates changelog

Ask Solem 12 anos atrás
pai
commit
9fb92b06d5
1 arquivos alterados com 11 adições e 0 exclusões
  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.
     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).
 - Fixed error with error email and new task classes (Issue #931).
 
 
 - ``BaseTask.__call__`` is no longer optimized away if it has been monkey
 - ``BaseTask.__call__`` is no longer optimized away if it has been monkey