From ef41d14f50e1cbd64878e3d7755c2e1677e20c4c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 14 May 2021 16:29:05 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6fa1c6..f27c9d76 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] +* Empty `.model.json` files will no longer cause errors ([#420][pr-420]) +* When specifying `$path` on a service, Rojo now keeps the correct class name. ([#331][issue-331]) * Improved error messages for misconfigured projects. +[issue-331]: https://github.com/rojo-rbx/rojo/issues/331 [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