summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-14 22:36:27 +0100
committerEugen Wissner <belka@caraus.de>2020-12-14 22:36:27 +0100
commit2bcae9e0a7657ddb261328caadc884c57992f304 (patch)
tree58f7bac4eca240a85d6cc83cefd786a603e18297 /CHANGELOG.md
parent2dbc985dfcaacdb198fe41e2e88123e8a982bd71 (diff)
downloadgraphql-2bcae9e0a7657ddb261328caadc884c57992f304.tar.gz
Implement Show class for GraphQL type definitions
.. in the `Type` modules.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46c0b19..2ec77ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to
- `possibleFragmentSpreadsRule`
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.
+- Show instances for GraphQL type definitions in the `Type` modules.
## [0.11.0.0] - 2020-11-07
### Changed