diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..8be54812a9 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,7 @@ +Release type: minor + +The view classes of all integrations now have a `decode_json` method that allows +you to customize the decoding of HTTP JSON requests. + +This is useful if you want to use a different JSON decoder, for example, to +optimize performance.