summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-10-11 23:28:55 +0200
committerEugen Wissner <belka@caraus.de>2019-10-11 23:28:55 +0200
commit37254c8c9532794ed41570ef8c646c41e7044f2c (patch)
tree649c872813bd80a582a4a3a3bdf821ad282e9791 /CHANGELOG.md
parent856efc5d256449d9282f6547bb5f677d0a7fe482 (diff)
downloadgraphql-37254c8c9532794ed41570ef8c646c41e7044f2c.tar.gz
Inline fragments without type
Fixes #11.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 612fc1a..8a11fcc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Added
- Module documentation.
+- Inline fragment support.
## [0.5.0.1] - 2019-09-10
### Added