summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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