From 32af8783baa2bd5e18fa11b1aacd692af0769d38 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 26 Aug 2019 13:52:16 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43eaa3a..9e44af46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Rojo Changelog ## Unreleased Changes +* Changed `.model.json` naming, which may require projects to migrate ambiguous cases: + * The file name now takes precedence over the `Name` field in the model, like Rojo 0.4.x. + * The `Name` field of the top-level instance is now optional. It's recommended that you remove it from your models. + * Rojo will emit a warning when `Name` is specified and does not match the name from the file. * Fixed `Rect` values being set to `0, 0, 0, 0` when synced with the Rojo plugin. ([#201](https://github.com/rojo-rbx/rojo/issues/201)) +* Fixed live-syncing of `PhysicalProperties`, `NumberSequence`, and `ColorSequence` values ## [0.5.0 Alpha 13](https://github.com/rojo-rbx/rojo/releases/tag/v0.5.0-alpha.13) (August 2, 2019) * Bumped minimum Rust version to 1.34.0.