summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.rst1
-rw-r--r--docs/versionhistory.rst6
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/migration.rst b/docs/migration.rst
index 72c07fd..8dc1748 100644
--- a/docs/migration.rst
+++ b/docs/migration.rst
@@ -68,6 +68,7 @@ but if you were instantiating triggers manually before, then one must be supplie
The only other backwards incompatible change was that ``get_next_fire_time()`` takes two arguments
now: the previous fire time and the current datetime.
+.. note:: APScheduler 3.9.0 added experimental support for non-pytz timezones.
From v1.x to 2.0
================
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 2dffb24..55490fc 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.9.1
+-----
+
+* Removed a leftover check for pytz ``localize()`` and ``normalize()`` methods
+
+
3.9.0
-----