diff --git a/v3-release-notes.md b/v3-release-notes.md index 9726ab6..4d567fa 100644 --- a/v3-release-notes.md +++ b/v3-release-notes.md @@ -208,6 +208,11 @@ schema = Schema(query=Query) assert isinstance(schema.graphql_schema, GraphQLSchema) ``` +### Misc. Changes + +- Relay's `ConnectionField` `get_resolver` function renamed to `wrap_resolve` + + --- A huge thanks to everyone involved in bringing this release together!