From 80b6facbd3fd10b5e8a15e564aede29524fdeb8b Mon Sep 17 00:00:00 2001 From: Micah Date: Mon, 7 Apr 2025 16:22:08 -0700 Subject: [PATCH] Add missing CHANGELOG entry for 7.4.4 (#1025) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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]