summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 01:22:46 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-11 02:18:52 +0200
commit1002af0ef3d01dbafdd1f3810f266ebcdb64ac9b (patch)
tree4c2de9a573ebc3c3c86763edf3743237d98c5e0a
parentaee17426505bf4857c62f5300f007fba04cdd1e0 (diff)
downloadapscheduler-1002af0ef3d01dbafdd1f3810f266ebcdb64ac9b.tar.gz
Added news items for PRs #467 and #470
-rw-r--r--docs/versionhistory.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index b050e26..578f496 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -12,6 +12,7 @@ APScheduler, see the :doc:`migration section <migration>`.
* Pinned ``tzlocal`` to a version compatible with pytz
* Ensured that jitter is always non-negative to prevent triggers from firing more often than
intended
+* Made it possible to create weak references to ``Job`` instances
* Fixed Zookeeper job store using backslashes instead of forward slashes for paths
on Windows (PR by Laurel-rao)
* Fixed deprecation warnings on the MongoDB job store and increased the minimum PyMongo
@@ -23,6 +24,8 @@ APScheduler, see the :doc:`migration section <migration>`.
cannot accept them but the wrapper can (original PR by Egor Malykh)
* Fixed potential ``where`` clause error in the SQLAlchemy job store when a subclass uses more than
one search condition
+* Fixed a problem where bound methods added as jobs via textual references were called with an
+ unwanted extra ``self`` argument (PR by Pengjie Song)
3.6.3