diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 9614762c..d88f88d0 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -62,6 +62,8 @@ APScheduler, see the :doc:`migration section `. acquire the same schedules at once - Changed ``SQLAlchemyDataStore`` to automatically create the explicitly specified schema if it's missing (PR by @zhu0629) +- Fixed an issue with ``CronTrigger`` infinitely looping to get next date when DST ends + (`#980 `_; PR by @hlobit) **4.0.0a5**