diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe3705..7fc17c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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