diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d312cce..91ecd079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,10 @@ [#1008]: https://github.com/rojo-rbx/rojo/pull/1008 [#1021]: https://github.com/rojo-rbx/rojo/pull/1021 +## [7.4.4] - August 22nd, 2024 +* Fixed issue with reading attributes from `Lighting` in new place files +* `Instance.Archivable` will now default to `true` when building a project into a binary (`rbxm`/`rbxl`) file rather than `false`. + ## [7.4.3] - August 6th, 2024 * Fixed issue with building binary files introduced in 7.4.2 * Fixed `value of type nil cannot be converted to number` warning spam in output. [#955]