summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-08-14 23:48:11 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-08-14 23:55:40 +0300
commitd00b3e413dc689314f2da33ec6f277824ee68338 (patch)
treeade8b83875bbf1dccd09f1862daa067a7e3cc672 /docs
parentee7fbd65cb5e35ec26a50f3dbe23ba353e6b3227 (diff)
downloadapscheduler-d00b3e413dc689314f2da33ec6f277824ee68338.tar.gz
Fixed callable name detection for methods in old style classes
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 32b5843..fba72a8 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,12 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+3.5.3
+-----
+
+* Fixed callable name detection for methods in old style classes
+
+
3.5.2
-----