summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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`.