diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-02-04 08:12:12 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-02-04 08:12:12 +0100 |
| commit | b27da54bf4d4c75447c1cad4329c2b28ae2c6c82 (patch) | |
| tree | 4dab919f43789d7daba1660b20603705e3620d20 /CHANGELOG.md | |
| parent | a034f2ce4d6603b030e653b4a4a2c46098ce8880 (diff) | |
| download | graphql-b27da54bf4d4c75447c1cad4329c2b28ae2c6c82.tar.gz | |
Provide custom Show instances for AST values
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba5c58..acc418d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,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. +- Custom Show instances for type and value representations in the AST. ## [0.11.0.0] - 2020-11-07 ### Changed |
