diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-19 06:59:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-19 06:59:27 +0100 |
| commit | 9a5d54c0351e071a962d8d92805e0edf2f95fa1b (patch) | |
| tree | 8fb21076aab8f3a4b0dbcdb32b650beda1f46deb /CHANGELOG.md | |
| parent | 0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c (diff) | |
| download | graphql-9a5d54c0351e071a962d8d92805e0edf2f95fa1b.tar.gz | |
Escape non-source characters in the encoder
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc152c..fed2d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - Fragment spread is evaluated based on the `__typename` resolver. If the resolver is missing, it is assumed that the type condition is satisfied (all fragments are included). +- Escaping characters during encoding. ### Added - Directive support (@skip and @include). |
