summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 18:50:01 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 19:57:04 +0300
commitee7fbd65cb5e35ec26a50f3dbe23ba353e6b3227 (patch)
tree14c90b1527b4c3f5022e9ec610267d2999a00b0b /docs/versionhistory.rst
parentd21d02d016cbfe994c3908c182235e3152fafc7d (diff)
downloadapscheduler-ee7fbd65cb5e35ec26a50f3dbe23ba353e6b3227.tar.gz
Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2
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 fc5f2d8..32b5843 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -11,6 +11,8 @@ APScheduler, see the :doc:`migration section <migration>`.
``YourClass.methodname`` along with an explicit ``self`` argument is no longer necessary as this
is now done automatically for you)
* Added the FAQ section to the docs
+* Made ``BaseScheduler.start()`` raise a ``RuntimeError`` if running under uWSGI with threads
+ disabled
3.5.1