summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:37:13 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:37:13 +0300
commitf41a7e5c5588f1c802645a6e18292dfb9ac3ba16 (patch)
treecc6a157ca47f1ec06644b58667da44c5ae5603bf
parentefc7b924734ea0f393d0daf16b000a79f690dfd2 (diff)
downloadapscheduler-f41a7e5c5588f1c802645a6e18292dfb9ac3ba16.tar.gz
Added mention of the JobReleased event serialization fix to the changelog
-rw-r--r--docs/versionhistory.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 77919ca..e847918 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -14,6 +14,7 @@ APScheduler, see the :doc:`migration section <migration>`.
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
+- Fixed JSON/CBOR serialization of ``JobReleased`` events
**4.0.0a1**