diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2e41f2ea..373f4048b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.4.6 + + * **Bug Fix** + * Fix `spec.functionName` transformer incorrectly attempting to rename a binding that doesn't exist as it's a global. + * **Internal** + * Deprecate custom module formatters. + ## 5.4.5 * **Bug Fix**