summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 632ae54..98b8ea5 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -11,6 +11,8 @@ APScheduler, see the :doc:`migration section <migration>`.
* Added the ``jitter`` options to ``IntervalTrigger`` and ``CronTrigger`` (thanks to gilbsgilbs)
+* Added better validation for the steps and ranges of different expressions in ``CronTrigger``
+
* Fixed memory leak due to a cyclic reference when jobs raise exceptions
(thanks to gilbsgilbs for help on solving this)