summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-07-14 22:53:26 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-07-14 22:53:57 +0300
commite37bb7d844878fcf7d46b820421ef1183feb7321 (patch)
tree9b806ae85e79bd685d25900b1e400706f029deaa
parentbea7167c7a57d364c861bc41c31a14fdbb1a7610 (diff)
downloadapscheduler-e37bb7d844878fcf7d46b820421ef1183feb7321.tar.gz
Updated version history
-rw-r--r--docs/versionhistory.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index cb4fa00..71ccf34 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,15 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.3.0
+-----
+
+* Added ZooKeeper job store (thanks to Jose Ignacio Villar for the patch)
+
+* Improved import logic in ``ref_to_obj()`` to avoid errors in cases where traversing the path with
+ ``getattr()`` would not work (thanks to Jarek Glowacki for the patch)
+
+
3.2.0
-----