summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2019-11-04 22:24:11 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-11-04 22:24:11 +0200
commitaf41bc5fab1577e6d6865cb88306f04ad19ff1a1 (patch)
tree7b3f0dd8fa3a820f91aed80ea4b8a9ef070f9c4b
parent6fc33ea7f5ac72c3f3fbc69ebe27cb5d3a48af0e (diff)
downloadapscheduler-af41bc5fab1577e6d6865cb88306f04ad19ff1a1.tar.gz
Updated version history and added the release versionv3.6.2
-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
-----