diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 775a7ad75be58..2a36e77a7a63b 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -20,6 +20,7 @@ ### Bug Fix - Ensure that `check-engines` uses the same default version of Node.js and npm as this package ([#28143](https://github.com/WordPress/gutenberg/pull/28143)). +- Prevent translation function names from being mangled to ensure stings are extracted ([#28231](https://github.com/WordPress/gutenberg/pull/28231)). ### Internal