summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2011-05-29 16:28:25 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2011-05-29 16:28:25 +0300
commit8b052cde51c4b06f54eed35372dfd1131e4fb2ac (patch)
treee5238652a7b5ef5bf04da5bf96f533207797ed44 /CHANGES.rst
parente660ccafbbf0d104b9bc3a535147e41f9d446268 (diff)
downloadapscheduler-8b052cde51c4b06f54eed35372dfd1131e4fb2ac.tar.gz
Minor documentation updates and reorganization
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f694473..87d70ed 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,11 @@
Version history
===============
-2.0
----
+To find out how to migrate your application from a previous version of
+APScheduler, see the :doc:`migration section <migration>`.
+
+2.0.0
+-----
* Added configurable job stores with several persistent back-ends
(shelve, SQLAlchemy and MongoDB)
@@ -38,10 +41,6 @@ Version history
default to all minimum values for fields lower than the least significant
explicitly defined field
-Some API changes were necessary -- see the :doc:`migration section <migration>`
-of the documentation to find out what you need to change when migrating your
-application from APScheduler v1.x to v2.0.
-
1.3.1
-----
@@ -50,8 +49,8 @@ application from APScheduler v1.x to v2.0.
daylight saving time
-1.3
----
+1.3.0
+-----
* Added __repr__() implementations to expressions, fields, triggers, and jobs
to help with debugging
@@ -79,8 +78,8 @@ application from APScheduler v1.x to v2.0.
jobs to be scheduled again
-1.2
----
+1.2.0
+-----
* Added the ``week`` option for cron schedules