summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:32:21 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:34:40 +0300
commitefc7b924734ea0f393d0daf16b000a79f690dfd2 (patch)
tree602a5cc040212138f326dad6a5138d23755582c8 /docs
parent87d6efbda4c1b5c5a0d502bdd37bf72189054892 (diff)
downloadapscheduler-efc7b924734ea0f393d0daf16b000a79f690dfd2.tar.gz
Don't report cancellations as crashes on Python 3.7
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 7f997f1..77919ca 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -13,6 +13,7 @@ APScheduler, see the :doc:`migration section <migration>`.
- Changed ``from_async_sqla_engine()`` in asyncpg event broker to only copy the
connection options instead of directly using the engine
- Simplified the MQTT event broker by providing a default ``client`` instance if omitted
+- Fixed ``CancelledError`` being reported as a crash on Python 3.7
**4.0.0a1**