Add 7.4.3 to changelog (#960)

After 7.4.3 released, I forgot to update the changelog on master. This
fixes that.
This commit is contained in:
Micah
2024-08-15 09:42:11 -07:00
committed by GitHub
parent 4b5db4e5a9
commit 30f439caec

View File

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