docs: update changelog

This commit is contained in:
Max Brunsfeld 2024-04-14 10:19:25 -07:00
parent cdd4688860
commit 159c34fdff

View file

@ -1,6 +1,18 @@
# Changelog
## [0.22.3] - 2024-04-14
## [0.22.5] - 2024-04-14
### Bug Fixes
- **cli**: Fixed an issue where unused constants were included in generated parsers in some cases.
## [0.22.4] - 2024-04-12
### Bug Fixes
- **cli**: Fixed an issue where redundant conditionals were included in generated lexer functions.
## [0.22.3] - 2024-04-12
### Performance