소스 검색

Updates changelog

Ask Solem 12 년 전
부모
커밋
9fb92b06d5
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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