diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..7c6a33952a --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,5 @@ +Release type: minor + +In this release, the return types of the `get_root_value` and `get_context` +methods were updated to be consistent across all view integrations. Before this +release, the return types used by the ASGI and Django views were too generic.