From c7390254536187003f0950c44d3c36658a53b37b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 23 Aug 2021 15:23:19 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f528cc..8ab94d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ The shorthand property format that most users use is not impacted. For reference * Added the `fmt-project` subcommand for formatting Rojo project files. * Improved error output for many subcommands. * Updated to stable versions of rbx-dom libraries. +* Fixed long path issues on Windows. ([#464][#464]) + +[#464]: https://github.com/rojo-rbx/rojo/pull/464 ## [7.0.0-alpha.4][7.0.0-alpha.4] (May 5, 2021) * Added the `gameId` and `placeId` optional properties to project files.