summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2011-07-09 16:54:04 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2011-07-09 16:54:04 +0300
commitc77e8b9df1fb874229b0c4c37ba70c4ebb08edd7 (patch)
treed8ff1305d84d367b3856efd291183fde0c22f3ab /CHANGES.rst
parentdf89d402b8335e5ddd2052a775013d525af6709a (diff)
downloadapscheduler-c77e8b9df1fb874229b0c4c37ba70c4ebb08edd7.tar.gz
Bumped up version number, updated changelogv2.0.2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8a9f644..b3172a6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,16 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+2.0.2
+-----
+
+* Removed the unique constraint from the "name" column in the SQLAlchemy
+ job store
+
+* Fixed output from Scheduler.print_jobs() which did not previously output
+ a line ending at the end
+
+
2.0.1
-----