From 966478b1318005b95ce763f82ae04820d8b74722 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 29 Jun 2022 19:07:17 -0400 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141167d7..ecc46bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,15 @@ ## Unreleased Changes * Added support for `.luau` files. ([#552]) * Added support for live syncing Attributes and Tags. ([#553]) -* Switched from structopt to clap for command line argument parsing. -* Significantly improved performance of building and serving. ([#548]) -* Increased minimum supported Rust version to 1.57.0. ([#564]) +* Added notification popups in the Roblox Studio plugin. ([#540]) * Fixed `init.meta.json` when used with `init.lua` and related files. ([#549]) * Fixed incorrect output when serving from a non-default address or port ([#556]) * Fixed Linux binaries not running on systems with older glibc. ([#561]) +* Switched from structopt to clap for command line argument parsing. +* Significantly improved performance of building and serving. ([#548]) +* Increased minimum supported Rust version to 1.57.0. ([#564]) +[#540]: https://github.com/rojo-rbx/rojo/pull/540 [#548]: https://github.com/rojo-rbx/rojo/pull/548 [#549]: https://github.com/rojo-rbx/rojo/pull/549 [#552]: https://github.com/rojo-rbx/rojo/pull/552