summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 11:20:47 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 11:21:21 +0300
commit3923b293e42c4f19dd370f400f077ce44847dc64 (patch)
tree04cc1f0de2c46f1cc01e5290e43788a5eb4d7ca7 /docs/versionhistory.rst
parent18b50d9ee9ff14e816b557e34d7d3abc861d57e5 (diff)
downloadapscheduler-3923b293e42c4f19dd370f400f077ce44847dc64.tar.gz
Fixed scheduling of bound methods on persistent job stores
Fixes #326.
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 8911030..b655d01 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,14 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.5.2
+-----
+
+* Fixed scheduling of bound methods on persistent job stores (the workaround of scheduling
+ ``YourClass.methodname`` along with an explicit ``self`` argument is no longer necessary as this
+ is now done automatically for you)
+
+
3.5.1
-----