docs: add missing changelog entry

This commit is contained in:
daimond113 2024-12-29 23:27:34 +01:00
parent 30b4459de0
commit 634ef013da
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Improve installation experience by @lukadev-0
- Support using aliases of own dependencies for overrides by @daimond113
- Support ignoring parse errors in Luau files by @daimond113
### Performance
- Use `Arc` for more efficient cloning of multiple structs by @daimond113