From cd84fb9fc1e8229678462e854f784dc1bb05c509 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 4 Oct 2019 13:19:14 -0700 Subject: [PATCH] Bring forward 0.5.1 release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84e3847..a204a71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ * Fixed Rojo dropping Ref properties ([#142](https://github.com/rojo-rbx/rojo/issues/142)) * This means that properties like `PrimaryPart` now work! +## [0.5.1](https://github.com/rojo-rbx/rojo/releases/tag/v0.5.1) (October 4, 2019) +* Fixed an issue where Rojo would drop changes if they happened too quickly ([#252](https://github.com/rojo-rbx/rojo/issues/252)) +* Improved diagnostics for when the Rojo plugin cannot create an instance. +* Updated dependencies + * This brings Rojo's reflection database from client release 395 to client release 404. + ## [0.5.0](https://github.com/rojo-rbx/rojo/releases/tag/v0.5.0) (August 27, 2019) * 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.