diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9b44bbb..13fed6f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,6 @@ over time. * Updated Undo/Redo history to be more robust ([#915]) -* Fixed removing trailing newlines ([#903]) -* Added Never option to Confirmation ([#893]) * Added popout diff visualizer for table properties like Attributes and Tags ([#834]) * Updated Theme to use Studio colors ([#838]) * Improved patch visualizer UX ([#883]) @@ -83,11 +81,20 @@ [#843]: https://github.com/rojo-rbx/rojo/pull/843 [#883]: https://github.com/rojo-rbx/rojo/pull/883 [#886]: https://github.com/rojo-rbx/rojo/pull/886 -[#893]: https://github.com/rojo-rbx/rojo/pull/893 -[#903]: https://github.com/rojo-rbx/rojo/pull/903 [#911]: https://github.com/rojo-rbx/rojo/pull/911 [#915]: https://github.com/rojo-rbx/rojo/pull/915 +## [7.4.2] - July 23, 2024 +* Added Never option to Confirmation ([#893]) +* Fixed removing trailing newlines ([#903]) +* Updated the internal property database, correcting an issue with `SurfaceAppearance.Color` that was reported [here][Surface_Appearance_Color_1] and [here][Surface_Appearance_Color_2] ([#948]) + +[#893]: https://github.com/rojo-rbx/rojo/pull/893 +[#903]: https://github.com/rojo-rbx/rojo/pull/903 +[#948]: https://github.com/rojo-rbx/rojo/pull/948 +[Surface_Appearance_Color_1]: https://devforum.roblox.com/t/jailbreak-custom-character-turned-shiny-black-no-texture/3075563 +[Surface_Appearance_Color_2]: https://devforum.roblox.com/t/surfaceappearance-not-displaying-correctly/3075588 + ## [7.4.1] - February 20, 2024 * Made the `name` field optional on project files ([#870])