summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-10-20 13:15:58 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-10-20 13:32:45 +0300
commitdb67d65af6a4df2e73d0941eb1d04522df1c3d50 (patch)
treedc0c721071c4fcaaa7d38a7619d8e02f13e758ec
parent028d0132a9c9ca4f4118e9305a982fa170a75024 (diff)
downloadapscheduler-db67d65af6a4df2e73d0941eb1d04522df1c3d50.tar.gz
Updated version historyv3.0.13.0.1
-rw-r--r--docs/versionhistory.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 293cc0c..5d79ee3 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -4,6 +4,23 @@ Version history
To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.
+
+3.0.1
+-----
+
+* A wider variety of target callables can now be scheduled so that the jobs are still serializable
+ (static methods on Python 3.3+, unbound methods on all except Python 3.2)
+
+* Attempting to serialize a non-serializable Job now raises a helpful exception during serialization.
+ Thanks to Jeremy Morgan for pointing this out.
+
+* Fixed table creation with SQLAlchemyJobStore on MySQL/InnoDB
+
+* Fixed start date getting set too far in the future with a timezone different from the local one
+
+* Fixed _run_job_error() being called with the incorrect number of arguments in most executors
+
+
3.0.0
-----