summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-25 07:37:36 +0200
committerEugen Wissner <belka@caraus.de>2019-07-25 07:37:36 +0200
commit15568a3b99429dc2afb22aa9283c8247fee18484 (patch)
tree604689ae6a11f09561dd4c8d0034ec4b0fdb3f84 /CHANGELOG.md
parent282946560e14a94748b4a0599ac7419c27848c04 (diff)
downloadgraphql-15568a3b99429dc2afb22aa9283c8247fee18484.tar.gz
Implement multiple operation support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03743f3..5f8249f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [Unreleased]
+### Added
+- `executeWithName` executes an operation with the given name.
+
+### Changed
+- `Operation` includes now possible operation name which allows to support
+ documents with multiple operations.
+
## [0.4.0.0] - 2019-07-23
### Added
- Support for mutations.