summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-02-25 00:05:39 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-04-18 15:20:12 +0300
commit2bf02a030de624ffd001f88428b68dee451d31e8 (patch)
tree233d7a822cebc00eda0639e9ff024addecc8dea4 /docs
parentd4185424a20db84de07e096627afad438900792f (diff)
downloadapscheduler-2bf02a030de624ffd001f88428b68dee451d31e8.tar.gz
Merged version history from 3.x
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 47df8af..3629516 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -14,6 +14,14 @@ APScheduler, see the :doc:`migration section <migration>`.
.. _AnyIO: https://github.com/agronholm/anyio
+**3.9.0**
+
+- Added support for PySide6 to the Qt scheduler
+- No longer enforce pytz time zones (support for others is experimental in the 3.x series)
+- Fixed compatibility with PyMongo 4
+- Fixed pytz deprecation warnings
+- Fixed RuntimeError when shutting down the scheduler from a scheduled job
+
**3.8.1**
- Allowed the use of tzlocal v4.0+ in addition to v2.*