summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-10-25 11:03:10 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-10-25 11:03:10 +0300
commit7cb54b1a0b5f5e60db0c6438ba150b69073728e4 (patch)
tree155f4ab0ca74d89700fb849126c42a611ef1a268
parentcefdb490c269e5de17c820c687aeae809d78b021 (diff)
downloadapscheduler-7cb54b1a0b5f5e60db0c6438ba150b69073728e4.tar.gz
Merged the version history from the 3.x branch
-rw-r--r--docs/versionhistory.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 45b93b0..47df8af 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -14,6 +14,15 @@ APScheduler, see the :doc:`migration section <migration>`.
.. _AnyIO: https://github.com/agronholm/anyio
+**3.8.1**
+
+- Allowed the use of tzlocal v4.0+ in addition to v2.*
+
+**3.8.0**
+
+- Allowed passing through keyword arguments to the underlying stdlib executors in the
+ thread/process pool executors (PR by Albert Xu)
+
**3.7.0**
- Dropped support for Python 3.4