summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.