From 3dcb14013b8fe9bd1e39eeac5855bb0c41715f83 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 23 Apr 2021 15:45:10 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0041a8..8ea6a1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * When connecting from the Rojo Roblox Studio plugin, Rojo will set the game and place ID of the current place to these values, if set. * This is equivalent to running `game:SetUniverseId(...)` and `game:SetPlaceId(...)` from the command bar in Studio. * Fixed `Name` and `Parent` properties being allowed in Rojo projects. ([#413](pr-413)) +* Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin. [pr-413]: https://github.com/rojo-rbx/rojo/pull/413