Add missing CHANGELOG entry for 7.4.4 (#1025)

This commit is contained in:
Micah
2025-04-07 16:22:08 -07:00
committed by GitHub
parent 7dee898400
commit 80b6facbd3

View File

@@ -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]