Prechádzať zdrojové kódy

Fixed order in 2.2 changelog

Ask Solem 14 rokov pred
rodič
commit
213be94379
1 zmenil súbory, kde vykonal 7 pridanie a 6 odobranie
  1. 7 6
      Changelog

+ 7 - 6
Changelog

@@ -502,6 +502,13 @@ News
 
 * CentOS init script for :program:`celeryd` now available in `contrib/centos`.
 
+* Now depends on `pyparsing` version 1.5.0 or higher.
+
+    There have been reported issues using Celery with pyparsing 1.4.x,
+    so please upgrade to the latest version.
+
+* Lots of new unit tests written, now with a total coverage of 95%.
+
 .. _v220-fixes:
 
 Fixes
@@ -571,12 +578,6 @@ Experimental
         with pool.acquire() as publisher:
             add.apply_async((2, 2), publisher=publisher, retry=True)
 
-* Now depends on `pyparsing` version 1.5.0 or higher.
-
-    There have been reported issues using Celery with pyparsing 1.4.x,
-    so please upgrade to the latest version.
-
-* Lots of new unit tests written, now with a total coverage of 95%.
 
 .. _version-2.1.4: