Browse Source

Updates Changelog

Ask Solem 13 years ago
parent
commit
09061c8098
1 changed files with 21 additions and 1 deletions
  1. 21 1
      Changelog

+ 21 - 1
Changelog

@@ -5,11 +5,31 @@
 .. contents::
     :local:
 
+.. _version-2.5.3:
+
+2.5.3
+=====
+:release-date: 2012-04-16 07:00 P.M BST
+:by: Ask Solem
+
+* A bug causes messages to be sent with UTC timestamps even though
+  :setting:`CELERY_ENABLE_UTC` was not enabled (Issue #636).
+
+* celerybeat: No longer crashes if an entry's args is set to None
+  (Issue #657).
+
+* Autoreload did not work if a module's ``__file__`` attribute
+  was set to the modules '.pyc' file.  (Issue #647).
+
+* Fixes early 2.5 compatibility where __package__ does not exist
+  (Issue #638).
+
 .. _version-2.5.2:
 
 2.5.2
 =====
-:release-date: 2012-04-13 04:30 P.M GMT
+:release-date: 2012-04-13 04:30 P.M BST
+:by: Ask Solem
 
 .. _v252-news: