summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:26:00 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 00:35:45 +0200
commit5ef5aed559193b41187a7e3ee7862f823a9845df (patch)
treed632e598ecb941387c789d685406c1880e806ac5 /docs/versionhistory.rst
parent8c552d474848d901f09a54ed8827997cf0b3edda (diff)
downloadapscheduler-5ef5aed559193b41187a7e3ee7862f823a9845df.tar.gz
Fixed inability to schedule wrapped functions
Closes #363.
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 1d0e505..165639d 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -19,6 +19,8 @@ APScheduler, see the :doc:`migration section <migration>`.
* Fixed ``BlockingScheduler`` and ``BackgroundScheduler`` shutdown hanging after the user has
erroneously tried to start it twice
* Fixed memory leak when coroutine jobs raise exceptions (due to reference cycles in tracebacks)
+* Fixed inability to schedule wrapped functions with extra arguments when the wrapped function
+ cannot accept them but the wrapper can (original PR by Egor Malykh)
3.6.3