瀏覽代碼

Updated Changelog

Ask Solem 15 年之前
父節點
當前提交
e2ee275970
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Changelog

+ 5 - 0
Changelog

@@ -30,6 +30,9 @@ Fixes
   the client wrote the pending state.  Just like the Django database backend,
   the client wrote the pending state.  Just like the Django database backend,
   it does no longer save the pending state (Issue #261 + Issue #262).
   it does no longer save the pending state (Issue #261 + Issue #262).
 
 
+* `task.apply`: `propagate=True` now raises exceptions from the original
+  frame, keeping the same stacktrace (Issue #256).
+
 * Error email body now uses `repr(exception)` instead of `str(exception)`,
 * Error email body now uses `repr(exception)` instead of `str(exception)`,
   as the latter could result in Unicode decode errors (Issue #245).
   as the latter could result in Unicode decode errors (Issue #245).
 
 
@@ -46,6 +49,8 @@ Fixes
 * `celeryd`: Now properly handles errors occurring while trying to acknowledge
 * `celeryd`: Now properly handles errors occurring while trying to acknowledge
   the message.
   the message.
 
 
+* Happy holidays :)
+
 .. _v214-documentation:
 .. _v214-documentation:
 
 
 Documentation
 Documentation