From 82b54794365699b5f637da2a01c5cb17b6f02657 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 21 May 2015 01:41:30 +0100 Subject: [PATCH] add 5.4.5 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c8d86d58..8c2e41f2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ _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.5 + + * **Bug Fix** + * Add `JSXIdentifier` as a valid `ReferencedIdentifier` visitor virtual type. + * Ignore `CallExpression` `_prettyCall` when the `retainLines` option is enabled. + * Inherit comments to new declaration node when exploding module declarations. + * Fix `es6.tailCall` transformer failing on calls that exceed the max parameters of the function. + ## 5.4.4 * **Bug Fix**