summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-06 07:48:01 +0200
committerEugen Wissner <belka@caraus.de>2019-09-06 07:48:01 +0200
commit1704022e744b276e0010f5ff147af1f109d30154 (patch)
treeccf62411cdd814ee253b62b9d336438aeb5c4c22 /CHANGELOG.md
parent63d4de485d3cd96c00480dfe2e5a6cb320d520c7 (diff)
downloadgraphql-1704022e744b276e0010f5ff147af1f109d30154.tar.gz
Fix #12
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9494208..0ce3323 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,9 @@ All notable changes to this project will be documented in this file.
There are actually only two generic types in GraphQL: Scalars and objects.
Enum is a scalar value.
+### Fixed
+- Parsing block string values.
+
## [0.5.0.0] - 2019-08-14
### Added
- `executeWithName` executes an operation with the given name.