Ask Solem 11 سال پیش
والد
کامیت
34c10ba1c7
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      Changelog

+ 6 - 6
Changelog

@@ -12,15 +12,15 @@ new in Celery 3.1.
 
 3.1.3
 =====
-:release-date: 2013-11-13 12:31 A.M UTC
+:release-date: 2013-11-13 12:55 A.M UTC
 
-- Fixed problem with ``unpack_from`` not supporting ``memoryview``
-  (Issue #1637)
+- Fixed compatibility problem with Python 2.7.0 - 2.7.5 (Issue #1637)
 
-    This is first supported in the new Python 2.7.6 version,
-    so we have now provided a workaround for earlier versions.
+    ``unpack_from`` started supporting ``memoryview`` arguments
+    in Python 2.7.6.
 
-- Worker: -B argument accidentally closed files used for logging.
+- Worker: :option:`-B` argument accidentally closed files used
+  for logging.
 
 - Task decorated tasks now keep their docstring (Issue #1636)