summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-06 12:54:27 +0100
committerEugen Wissner <belka@caraus.de>2021-02-06 12:54:27 +0100
commited725ea5147b1785f17ec1192b30355a31447e53 (patch)
tree65518fb671a60c3bb240eaf6f03c1dead72a2a62 /CHANGELOG.md
parentb27da54bf4d4c75447c1cad4329c2b28ae2c6c82 (diff)
downloadgraphql-ed725ea5147b1785f17ec1192b30355a31447e53.tar.gz
Split validation rule tests in contexts
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 acc418d..374dab1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to
interfaces they implement.
- Show instances for GraphQL type definitions in the `Type` modules.
- Custom Show instances for type and value representations in the AST.
+- `AST.Document.escape` escapes a single character in a `StringValue`.
## [0.11.0.0] - 2020-11-07
### Changed