summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-27 07:19:21 +0200
committerEugen Wissner <belka@caraus.de>2019-07-27 07:31:09 +0200
commitd690d22ce89891e990ec275ea9dc196d17decb44 (patch)
tree5ed35a334a86ec6b8ac9dbab503599afe58986be /CHANGELOG.md
parent15568a3b99429dc2afb22aa9283c8247fee18484 (diff)
downloadgraphql-d690d22ce89891e990ec275ea9dc196d17decb44.tar.gz
Test the encoder with the unminified document
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f8249f..2d50dcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- `executeWithName` executes an operation with the given name.
+- Export `Language.GraphQL.Encoder.definition`.
### Changed
- `Operation` includes now possible operation name which allows to support
documents with multiple operations.
+### Removed
+- Unused `Language.GraphQL.Encoder.spaced`.
+
## [0.4.0.0] - 2019-07-23
### Added
- Support for mutations.