From 30f439caec3be30ac9e0954e6c889415ee804efd Mon Sep 17 00:00:00 2001 From: Micah Date: Thu, 15 Aug 2024 09:42:11 -0700 Subject: [PATCH] Add 7.4.3 to changelog (#960) After 7.4.3 released, I forgot to update the changelog on master. This fixes that. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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])