diff --git a/v3-release-notes.md b/v3-release-notes.md index 4490520..0703132 100644 --- a/v3-release-notes.md +++ b/v3-release-notes.md @@ -208,7 +208,7 @@ schema = Schema(query=Query) assert isinstance(schema.graphql_schema, GraphQLSchema) ``` -### Misc. Changes +### Other breaking changes - Relay's `ConnectionField` `get_resolver` function renamed to `wrap_resolve` - `Node.get_node_from_global_id` now raises an exception when failing to parse global id instead of returning `None` (https://github.com/graphql-python/graphene/pull/1074)