summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 12:50:19 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 12:50:42 +0300
commit1428971e178f861a5d104e9cbf8ce936384089bc (patch)
tree4742bb7f1a30cdde305708d6b48282ac230db5a6
parent50a7e3935b19e01ce58582c5aae2fe9ccbfda988 (diff)
downloadapscheduler-1428971e178f861a5d104e9cbf8ce936384089bc.tar.gz
Updated the changelogv3.6.1
-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
-----