diff --git a/RELEASE.md b/RELEASE.md index c38a60337e..1b498caa45 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,3 @@ Release type: patch -Fix template rendering for the GraphQLView, so that variables are not consumed -too early if one overrides the template using the well-known path. The symptom -is that nothing loads because `JSON.parse("")` is a syntax error. +This release addresses an issue in Django's GraphQLView. Previously, variables were consumed too early when overriding the template, leading to a syntax error in the JavaScript code.