Update CHANGELOG for v1.5.0

This commit is contained in:
Josh Holtrop 2024-07-22 20:26:04 -04:00
parent a7348be95d
commit 4a71dc74fb

View File

@ -2,7 +2,14 @@
### New Features ### New Features
- Track token position in AST Token node - Track start and end text positions for tokens and rules in AST node structures (#27)
- Add warnings for shift/reduce conflicts to log file (#25)
- Add -w command line switch to treat warnings as errors and output to stderr (#26)
- Add rule field aliases (#24)
### Improvements
- Show line numbers of rules on conflict (#23)
## v1.4.0 ## v1.4.0