Browse Source

Updated changelog.

Omer Katz 6 years ago
parent
commit
dd9aeecd82
1 changed files with 20 additions and 0 deletions
  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: