summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 17:04:05 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 17:04:54 +0300
commit388814bd80a756c7476f65f9f7c363383817113d (patch)
tree5be067abdebe659a396b455a0e7c1b88c19ece3d /docs
parentc0c220d644fc51bf65f2aef611b2d1d3df4c3b58 (diff)
downloadapscheduler-388814bd80a756c7476f65f9f7c363383817113d.tar.gz
Fixed changelog screwups due to the v4.0 rebase operation
Fixes #382.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index eb09d1c..265e57d 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,13 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+UNRELEASED
+----------
+
+* Dropped support for Python 2.X and 3.4
+* Removed the Qt scheduler due to maintenance difficulties
+
+
3.6.1
-----
@@ -15,9 +22,6 @@ APScheduler, see the :doc:`migration section <migration>`.
3.6.0
-----
-* Dropped support for Python 2.X and 3.4
-
-* Removed the Qt scheduler due to maintenance difficulties
* Adapted ``RedisJobStore`` to v3.0 of the ``redis`` library
* Adapted ``RethinkDBJobStore`` to v2.4 of the ``rethink`` library
* Fixed ``DeprecationWarnings`` about ``collections.abc`` on Python 3.7 (PR by Roman Levin)