summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-09 08:11:12 +0200
committerEugen Wissner <belka@caraus.de>2020-07-09 08:11:12 +0200
commit28781586a5ecf31630730ef0d8dbdbfe6041e7d3 (patch)
treed52aa78c8a6e60081d72b42fa8bd91e030d39787 /CHANGELOG.md
parentc9e265f72c301a543091d58ec10863c66b279fd0 (diff)
downloadgraphql-28781586a5ecf31630730ef0d8dbdbfe6041e7d3.tar.gz
Parse comments in the front of definitions
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 40b29f5..23a9391 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to
## Fixed
- Location of a parse error is returned in a singleton array with key
`locations`.
+- Parsing comments in the front of definitions.
## Added
- `AST` reexports `AST.Parser`.