summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-19 06:59:27 +0100
committerEugen Wissner <belka@caraus.de>2019-12-19 06:59:27 +0100
commit9a5d54c0351e071a962d8d92805e0edf2f95fa1b (patch)
tree8fb21076aab8f3a4b0dbcdb32b650beda1f46deb /CHANGELOG.md
parent0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c (diff)
downloadgraphql-9a5d54c0351e071a962d8d92805e0edf2f95fa1b.tar.gz
Escape non-source characters in the encoder
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 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).