diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-27 07:19:21 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-27 07:31:09 +0200 |
| commit | d690d22ce89891e990ec275ea9dc196d17decb44 (patch) | |
| tree | 5ed35a334a86ec6b8ac9dbab503599afe58986be /CHANGELOG.md | |
| parent | 15568a3b99429dc2afb22aa9283c8247fee18484 (diff) | |
| download | graphql-d690d22ce89891e990ec275ea9dc196d17decb44.tar.gz | |
Test the encoder with the unminified document
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
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. |
