Release Rojo v7.4.4 (#964)

This commit is contained in:
Micah
2024-08-22 10:06:13 -07:00
committed by GitHub
parent f4e2f5aefc
commit 5bd3c74db0
6 changed files with 8344 additions and 630 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased Changes
## [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]