diff --git a/v3-release-notes.md b/v3-release-notes.md index edbcb38..516265a 100644 --- a/v3-release-notes.md +++ b/v3-release-notes.md @@ -43,26 +43,4 @@ TODO TODO -Full changelog https://github.com/graphql-python/graphene/compare/v2.1.8...v3.0.0 - ---- - -## Breaking changes - -* Upgrade to graphql-core to v3 which brings feature parity with GraphQL.js v14.6.0 -* Drop support for Python v2 -* Schema type changes -* "Backends" have been removed -* Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738 -* Upgrade to graphql-core v.3.1 which corresponds to GraphQL.js v15 (will be released soon). -* Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153 -* Remove `to_const` function - -## TODO - -* [x] Merge https://github.com/graphql-python/graphene/pull/1111 -* [x] Switch arguments from `type` to `type_` since `type` is a builtin: https://github.com/graphql-python/graphene/pull/738 -* [ ] ~~Rename `resolve_type` to prevent collision with fields called `type`: https://github.com/graphql-python/graphene/pull/775~~ -* [x] Remove `to_const` function: #1212 -* [ ] Change enum behaviour: https://github.com/graphql-python/graphene/pull/1153 -* [x] Set minimum graphql-core version to v3.1 https://github.com/graphql-python/graphene/pull/1215 +Full changelog https://github.com/graphql-python/graphene/compare/v2.1.8...v3.0.0 \ No newline at end of file