summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-17 20:42:47 +0100
committerEugen Wissner <belka@caraus.de>2020-12-17 20:42:47 +0100
commit5a6709030ceee63adb417c0fa2d2abce24c5d5cb (patch)
treedd5c58238b7a0c6652b43c1136e352ab013bb10a /CHANGELOG.md
parent2bcae9e0a7657ddb261328caadc884c57992f304 (diff)
downloadgraphql-5a6709030ceee63adb417c0fa2d2abce24c5d5cb.tar.gz
Add show instances for AST type representation
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 2ec77ec..d35a35a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.
- Show instances for GraphQL type definitions in the `Type` modules.
+- Custom Show instances for the type representation in the AST.
## [0.11.0.0] - 2020-11-07
### Changed