From 8e872a7ffd3fab8b90b0a99e1bce61f3aaba925a Mon Sep 17 00:00:00 2001 From: nezuo Date: Fri, 14 Jul 2023 15:09:52 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2e1bbf1..f0fea8ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Better settings controls ([#725]) * Rework patch visualizer with many fixes and improvements ([#726]) * Added support for syncing in `.toml` files ([#633]) +* Add new plugin template to the `init` command ([#738]) [#668]: https://github.com/rojo-rbx/rojo/pull/668 [#674]: https://github.com/rojo-rbx/rojo/pull/674 @@ -34,6 +35,7 @@ [#725]: https://github.com/rojo-rbx/rojo/pull/725 [#726]: https://github.com/rojo-rbx/rojo/pull/726 [#633]: https://github.com/rojo-rbx/rojo/pull/633 +[#738]: https://github.com/rojo-rbx/rojo/pull/738 ## [7.3.0] - April 22, 2023 * Added `$attributes` to project format. ([#574])