From aa293977327904842582bdd5fd071439f8ef1269 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 14 May 2021 16:18:54 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9d1ab3..0c6fa1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ * Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin. * Fixed `Name` and `Parent` properties being allowed in Rojo projects. ([#413][pr-413]) * Fixed "Open Scripts Externally" feature crashing Studio ([#369][issue-369]) +* Empty `.model.json` files will no longer cause errors [#420][pr-420] * Improved error messages for misconfigured projects. [issue-369]: https://github.com/rojo-rbx/rojo/issues/369 +[pr-420]: https://github.com/rojo-rbx/rojo/pull/420 [pr-413]: https://github.com/rojo-rbx/rojo/pull/413 ## [7.0.0-alpha.3][7.0.0-alpha.3] (February 19, 2021)