diff --git a/CHANGELOG.md b/CHANGELOG.md index 23494c95..797d1ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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])