summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-05-24 01:37:28 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 12:55:09 +0300
commit7213c0a60c7157ed9336f5f36b87f9b241d8d5fb (patch)
treee433baa39f9817047f05690d5e403c4d279e6971 /docs/versionhistory.rst
parent1428971e178f861a5d104e9cbf8ce936384089bc (diff)
downloadapscheduler-7213c0a60c7157ed9336f5f36b87f9b241d8d5fb.tar.gz
Removed the Qt scheduler
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 1ea886f..5cfa7bc 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -15,6 +15,7 @@ APScheduler, see the :doc:`migration section <migration>`.
3.6.0
-----
+* 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)