summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:36:36 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:37:19 +0200
commit8b4007ff69f6b58a2c1ac83513d2442d1e43fcfe (patch)
treeeffcbea7b5250a51f661b8cf6dc7da1c7af3a346
parent5ef5aed559193b41187a7e3ee7862f823a9845df (diff)
downloadapscheduler-8b4007ff69f6b58a2c1ac83513d2442d1e43fcfe.tar.gz
Reordered changelog items
-rw-r--r--docs/versionhistory.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 165639d..4e6775a 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -8,14 +8,14 @@ APScheduler, see the :doc:`migration section <migration>`.
--------------
* Dropped support for Python 3.4
+* Added PySide2 support (PR by Abdulla Ibrahim)
+* Pinned ``tzlocal`` to a version compatible with pytz
+* Ensured that jitter is always non-negative to prevent triggers from firing more often than
+ intended
* Fixed Zookeeper job store using backslashes instead of forward slashes for paths
on Windows (PR by Laurel-rao)
-* Pinned ``tzlocal`` to a version compatible with pytz
* Fixed deprecation warnings on the MongoDB job store and increased the minimum PyMongo
version to 3.0
-* Ensured that jitter is always non-negative to prevent triggers from firing more often than
- intended
-* Added PySide2 support (PR by Abdulla Ibrahim)
* Fixed ``BlockingScheduler`` and ``BackgroundScheduler`` shutdown hanging after the user has
erroneously tried to start it twice
* Fixed memory leak when coroutine jobs raise exceptions (due to reference cycles in tracebacks)