From c7b507e11929ae718d659bc631a45632ae2a6615 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 21 May 2015 18:45:31 +0100 Subject: [PATCH] add 5.4.6 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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**