summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index ab80329..9edcfac 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -8,8 +8,10 @@ APScheduler, see the :doc:`migration section <migration>`.
-----
* Dropped support for Python 3.3
+
* Added the ability to specify the table schema for ``SQLAlchemyJobStore``
(thanks to Meir Tseitlin)
+
* Added a workaround for the ``ImportError`` when used with PyInstaller and the likes
(caused by the missing packaging metadata when APScheduler is packaged with these tools)