diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-13 07:24:05 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-13 07:24:05 +0200 |
| commit | 045b6d15fbf299b5a09a20e3045209d7dcc31908 (patch) | |
| tree | 7327f904a288944d5b9c3d57a67020222c05e2ac /CHANGELOG.md | |
| parent | 6604fba7f44b6016003b6750bb1c57e9c43b7544 (diff) | |
| download | graphql-045b6d15fbf299b5a09a20e3045209d7dcc31908.tar.gz | |
Escape special characters in the encoded strings
Fixes #2.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c9e33..d2aab3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ### Added - `executeWithName` executes an operation with the given name. - Export `Language.GraphQL.Encoder.definition`. +- Export `Language.GraphQL.Encoder.value`. Escapes \ and " in strings now. +- Export `Language.GraphQL.Encoder.type'`. ### Changed - `Operation` includes now possible operation name which allows to support |
