From 6eeafa9cd04923847e412a3680b0f3a0a661fd9d Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Wed, 12 Aug 2020 07:33:58 +0100 Subject: [PATCH] Updated v3 release notes (markdown) --- v3-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)