summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-12-05 20:20:15 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-12-05 20:20:37 +0200
commiteaf8dbd587b3db0094d5c57c1ef3892811e71150 (patch)
treec38c5b7ad6fe2e440ad4d2290c0fba4f73aa5628 /docs
parent108d10c55ec9143ec180db2a06169df911c50bce (diff)
downloadapscheduler-eaf8dbd587b3db0094d5c57c1ef3892811e71150.tar.gz
Adapted RedisJobStore to use the redis 3.0+ library
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 ce4e862..7f0e0a9 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>`.
+UNRELEASED
+----------
+
+* Adapted ``RedisJobStore`` to v3.0 of the ``redis`` library
+
+
3.5.3
-----