Explorar o código

Update changelog.

Omer Katz %!s(int64=6) %!d(string=hai) anos
pai
achega
cc5161cb14
Modificáronse 1 ficheiros con 22 adicións e 0 borrados
  1. 22 0
      Changelog

+ 22 - 0
Changelog

@@ -291,6 +291,28 @@ an overview of what's new in Celery 4.2.
 
     Contributed by **Nicholas Pilon**.
 
+- **Command Line**: Flush stderr before exiting with error code 1.
+
+    Contributed by **Antonin Delpeuch**.
+
+- **Task**: Escapes single quotes in kwargsrepr strings.
+
+    Contributed by **Kareem Zidane**
+
+- **AsyncResult**: Restore ability to join over ResultSet after fixing celery/#3818.
+
+    Contributed by **Derek Harland**
+
+- **Redis Results Backend**: Unsubscribe on message success.
+
+  Previously Celery would leak channels, filling the memory of the Redis instance.
+
+  Contributed by **George Psarakis**
+
+- **Task**: Only convert eta to isoformat when it is not already a string.
+
+  Contributed by **Omer Katz**
+
 Documentation, CI, Installation and Tests fixes: