docs: Add note about 0.22.3 release to CHANGELOG.md

This commit is contained in:
Max Brunsfeld 2024-04-14 10:07:30 -07:00 committed by GitHub
parent 295344b142
commit 32b8794c5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,12 @@
# Changelog
## [0.22.3] - 2024-04-14
### Performance
- **cli**: Reduced the compile time of generated parsers by generating C code with fewer conditionals
(https://github.com/tree-sitter/tree-sitter/pull/3234)
## [0.22.1] — 2024-03-10
### Bug Fixes