diff --git a/CHANGELOG.md b/CHANGELOG.md index dec82d6e..f453836e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,12 @@ [#911]: https://github.com/rojo-rbx/rojo/pull/911 [#915]: https://github.com/rojo-rbx/rojo/pull/915 +## [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] + +[#955]: https://github.com/rojo-rbx/rojo/pull/955 + ## [7.4.2] - July 23, 2024 * Added Never option to Confirmation ([#893]) * Fixed removing trailing newlines ([#903])