summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2015-12-11 01:01:08 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2015-12-11 01:03:53 +0200
commit00aa92f66e8d358a2b5999ba84ee2f90ee9821e9 (patch)
treed4bde7722d1bb12149771f60f899fe007ebb5c11
parentc294a8cc06b928032d28bb5584c7f03ec3f2e8e1 (diff)
downloadapscheduler-00aa92f66e8d358a2b5999ba84ee2f90ee9821e9.tar.gz
Updated version history
-rw-r--r--docs/versionhistory.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index c9ff6b3..d27985e 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,13 +4,19 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
-
3.0.5
-----
+* Fixed cron trigger always coalescing missed run times into a single run time
+ (contributed by monklof)
+
+* Fixed infinite loop in the cron trigger when an out-of-bounds value was given in an expression
+
* Fixed debug logging displaying the next wakeup time in the UTC timezone instead of the
scheduler's configured timezone
+* Allowed unicode function references in Python 2
+
3.0.4
-----