summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2017-10-21 15:45:22 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2017-10-21 15:45:22 +0300
commit1b641942a33d027dae793b8958af28831063e409 (patch)
tree6d7205c6367097b6b12101ba099811623ad36dd9
parent130ff94495df1dd4fef155428e54df1452fe41b9 (diff)
downloadapscheduler-1b641942a33d027dae793b8958af28831063e409.tar.gz
Formatted list items in changelog to be consistent with previous ones
-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)