浏览代码

Updated changelog.

Omer Katz 7 年之前
父节点
当前提交
dd9aeecd82
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      Changelog

+ 20 - 0
Changelog

@@ -313,6 +313,26 @@ an overview of what's new in Celery 4.2.
 
   Contributed by **Omer Katz**
 
+- **Redis Results Backend**: The result_backend setting now supports rediss:// URIs
+
+  Contributed by **James Remeika**
+
+- **Canvas** Keyword arguments are passed to tasks in chain as expected.
+
+  Contributed by :github_user:`tothegump`
+
+- **Django** Fix a regression casuing Celery to crash when using Django.
+
+  Contributed by **Jonas Haag**
+
+- **Canvas** Chain with one task now runs as expected.
+
+  Contributed by :github_user:`tothegump`
+
+- **Kombu** Celery 4.2 now requires Kombu 4.2 or better.
+
+  Contributed by **Omer Katz & Asif Saifuddin Auvi**
+
 Documentation, CI, Installation and Tests fixes: