Update Changelog

This commit is contained in:
Lucien Greathouse
2022-06-10 01:55:16 -04:00
parent e5dbee1073
commit 2e7c4b6dff

View File

@@ -3,8 +3,10 @@
## Unreleased Changes
* Switched from structopt to clap for command line argument parsing.
* Significantly improved performance of building and serving. ([#548])
* Fixed `init.meta.json` when used with `init.lua` and related files. ([#549])
[#548]: https://github.com/rojo-rbx/rojo/pull/548
[#549]: https://github.com/rojo-rbx/rojo/pull/549
## [7.1.1] - May 26, 2022
* Fixed sourcemap command not stripping paths correctly ([#544])