summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2023-02-01 01:22:19 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2023-02-01 01:22:19 +0200
commitab290bbb329028976994958d7fee22c28b3b5f97 (patch)
tree5ff4f35f0a749073ce25b115afe9b96ad701348e /docs
parent48007ff4ec0b632d990b1b751c7fe9a61bb50433 (diff)
downloadapscheduler-ab290bbb329028976994958d7fee22c28b3b5f97.tar.gz
Fixed SQLAlchemy 2.0 compatibility
Closes #704.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index e86d486..63967a9 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -33,6 +33,7 @@ APScheduler, see the :doc:`migration section <migration>`.
- The synchronous scheduler now runs an asyncio event loop in a thread, acting as a
façade for ``AsyncScheduler`
- Fixed the ``schema`` parameter in ``SQLAlchemyDataStore`` not being applied
+- Fixed SQLalchemy 2.0 compatibility
**4.0.0a2**