From 045b6d15fbf299b5a09a20e3045209d7dcc31908 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 13 Aug 2019 07:24:05 +0200 Subject: Escape special characters in the encoded strings Fixes #2. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3