summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-10 08:43:47 +0200
committerEugen Wissner <belka@caraus.de>2020-07-10 08:43:47 +0200
commit04a58be3f86ced396eed26f90643e7c88e7f2b4d (patch)
tree10bfeac6558586c62454931a39cf1338d18bc745 /CHANGELOG.md
parent28781586a5ecf31630730ef0d8dbdbfe6041e7d3 (diff)
downloadgraphql-04a58be3f86ced396eed26f90643e7c88e7f2b4d.tar.gz
Label parsers with help info
Fixes #36.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23a9391..6267247 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to
- Location of a parse error is returned in a singleton array with key
`locations`.
- Parsing comments in the front of definitions.
+- Some missing labels were added to the parsers, some labels were fixed to
+ refer to the AST nodes being parsed.
## Added
- `AST` reexports `AST.Parser`.