summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDmitrii Skurikhin <dmitrii.sk@gmail.com>2020-03-29 16:56:07 +0300
committerEugen Wissner <belka@caraus.de>2020-04-10 11:19:36 +0200
commit2760bd8ee120b5f8db95dd96ce85890cc88d9e8e (patch)
tree30e6d3ea09dc7bb1b7f5a6e201a2a9419ebc7716 /CHANGELOG.md
parent30d6a0a58dcdd20bf9ef555d5fc476436f520f85 (diff)
downloadgraphql-2760bd8ee120b5f8db95dd96ce85890cc88d9e8e.tar.gz
Don't encode controls as block strings
Fixes #39. String containing control sequences should be encoded as simple strings even if they contain newlines, since the block strings can contain only SourceCharacters.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a250a4..48cbd3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to
## [Unreleased]
### Fixed
- Result of null encoding
+- Block strings encoding
+- Result of tab and newline encoding
### Added
- AST for the GraphQL schema.