diff --git a/packages/create-block/CHANGELOG.md b/packages/create-block/CHANGELOG.md index 269e4f7b49a274..ede6891d023dcd 100644 --- a/packages/create-block/CHANGELOG.md +++ b/packages/create-block/CHANGELOG.md @@ -9,6 +9,7 @@ ### New Features - Add support for handling static assets with the `assetsPath` field in the external template configuration ([#28038](https://github.com/WordPress/gutenberg/pull/28038)). +- Allow using locally installed packages with templates ([#28105](https://github.com/WordPress/gutenberg/pull/28105)). ### Internal