summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-06 22:52:24 +0100
committerEugen Wissner <belka@caraus.de>2019-12-06 22:52:24 +0100
commit3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb (patch)
tree8413676ca83e352a0dec021a1247bdae299d9d34 /CHANGELOG.md
parentfc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631 (diff)
downloadgraphql-3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb.tar.gz
Support directives (skip and include)
Fixes #24.
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 38d5217..5cc152c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
resolver is missing, it is assumed that the type condition is satisfied (all
fragments are included).
+### Added
+- Directive support (@skip and @include).
+
## [0.6.0.0] - 2019-11-27
### Changed
- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.