summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-12 22:48:45 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-12 22:48:45 +0300
commit49344e6954559259beb336436a45698d62eed5b4 (patch)
tree8c0e42e95f9846b9bf1c854f1bd94e10de35f9e9 /docs
parent9b72c6171741fc9492c0a468d40829c8118e61b0 (diff)
downloadapscheduler-49344e6954559259beb336436a45698d62eed5b4.tar.gz
Fixed schema parameter in SQLAlchemyJobStore not being used
Fixes #664.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 1e0c332..efe69fd 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,10 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+**UNRELEASED**
+
+- Fixed the ``schema`` parameter in ``SQLAlchemyDataStore`` not being applied
+
**4.0.0a2**
- **BREAKING** Changed the scheduler API to always require a call to either