summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-11-06 11:14:21 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-11-06 11:14:21 +0200
commit5caa88bfe4fae2f985ed2a11c1e36d417e2b3955 (patch)
tree4008dea29187e8de1992f66b4430cba654449cd5
parentf075d15c141ad9ae6ea7b4873db3e8acbc18627d (diff)
downloadapscheduler-5caa88bfe4fae2f985ed2a11c1e36d417e2b3955.tar.gz
Removed erroneous changelog entryv3.3.0
-rw-r--r--docs/versionhistory.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 86e3f64..86549c0 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -14,8 +14,6 @@ APScheduler, see the :doc:`migration section <migration>`.
* Added ZooKeeper job store (thanks to Jose Ignacio Villar for the patch)
-* Added the ability to execute coroutine functions with asyncio/trollius and Twisted
-
* Fixed job store failure (``get_due_jobs()``) causing the scheduler main loop to exit (it now
waits a configurable number of seconds before retrying)