Browse Source

Wups, wrong doc location

Ask Solem 13 years ago
parent
commit
d7f8bcabb8
2 changed files with 19 additions and 16 deletions
  1. 0 16
      docs/whatsnew-2.5.rst
  2. 19 0
      docs/whatsnew-2.6.rst

+ 0 - 16
docs/whatsnew-2.5.rst

@@ -36,22 +36,6 @@ as well as PyPy and Jython.
 Important Notes
 ===============
 
-Now depends on :mod:`billiard`.
--------------------------------
-
-Billiard is a fork of the multiprocessing containing
-the no-execv patch by sbt (http://bugs.python.org/issue8713),
-and also contains the pool improvements previously located in Celery.
-
-This fork was necessary as changes to the C extension code was required
-for the no-execv patch to work.
-
-- Issue #625
-- Issue #627
-- Issue #640
-- `django-celery #122 <http://github.com/ask/django-celery/issues/122`
-- `django-celery #124 <http://github.com/ask/django-celery/issues/122`
-
 Broker connection pool now enabled by default
 ---------------------------------------------
 

+ 19 - 0
docs/whatsnew-2.6.rst

@@ -36,6 +36,25 @@ as well as PyPy and Jython.
 Important Notes
 ===============
 
+Now depends on :mod:`billiard`.
+-------------------------------
+
+Billiard is a fork of the multiprocessing containing
+the no-execv patch by sbt (http://bugs.python.org/issue8713),
+and also contains the pool improvements previously located in Celery.
+
+This fork was necessary as changes to the C extension code was required
+for the no-execv patch to work.
+
+- Issue #625
+- Issue #627
+- Issue #640
+- `django-celery #122 <http://github.com/ask/django-celery/issues/122`
+- `django-celery #124 <http://github.com/ask/django-celery/issues/122`
+
+Unorganized
+-----------
+
 * Task registry is no longer a global.
 
 * celery.task.Task is no longer bound to an app by default,