summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-01-03 21:59:53 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-01-03 22:02:06 +0200
commitc385f948e9f5b4004023bca5cc19a40f3a19af75 (patch)
tree51e4b19056eca08082514b7a21724913bca8d6a5 /docs
parentb9c2bd6aa328e72860c13e61fc4b5bd2c4d8d51c (diff)
downloadapscheduler-c385f948e9f5b4004023bca5cc19a40f3a19af75.tar.gz
Fixed OverflowError on Windows when wait_seconds was too large
Fixes #263.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 4a2c233..9560f05 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,12 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.5.1
+-----
+
+* Fixed ``OverflowError`` on Windows when the wait time is too long
+
+
3.5.0
-----