From 585b084829e05594b657671f37b442e1262ac2d7 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Wed, 20 Nov 2024 22:15:26 +0100 Subject: [PATCH] Add release file --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..a51c567957 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,7 @@ +Release type: minor + +Starting with this release, the same JSON encoder is used to encode HTTP +responses and WebSocket messages. + +This enables developers to override the `encode_json` method on their views to +customize the JSON encoder used by all web protocols.