summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/versionhistory.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 1ea886f..47b0ed2 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,13 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.6.2
+-----
+
+* Fixed handling of :func:`~functools.partial` wrapped coroutine functions in ``AsyncIOExecutor``
+ and ``TornadoExecutor`` (PR by shipmints)
+
+
3.6.1
-----