summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index d5a22d0..8911030 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -12,6 +12,9 @@ APScheduler, see the :doc:`migration section <migration>`.
* Fixed ``CronTrigger`` sometimes producing fire times beyond ``end_date`` when jitter is enabled
(thanks to gilbsgilbs for the tests)
+* Fixed ISO 8601 UTC offset information being silently discarded from string formatted datetimes by
+ adding support for parsing them
+
3.5.0
-----