summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/versionhistory.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 2b47cd6..1ea886f 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,14 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.6.1
+-----
+
+* Fixed OverflowError on Qt scheduler when the wait time is very long
+* Fixed methods inherited from base class could not be executed by processpool executor
+ (PR by Yang Jian)
+
+
3.6.0
-----
@@ -11,6 +19,7 @@ APScheduler, see the :doc:`migration section <migration>`.
* Adapted ``RethinkDBJobStore`` to v2.4 of the ``rethink`` library
* Fixed ``DeprecationWarnings`` about ``collections.abc`` on Python 3.7 (PR by Roman Levin)
+
3.5.3
-----