From 6d3fe5b85c5c4c4319c94a993dd76ff693ce028e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 3 May 2015 23:45:33 +0100 Subject: [PATCH] add 5.2.7 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18e72802d..4aff881286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.2.7 + + * **Bug Fix** + * Move `utility.deadCodeElimination` transformer up to avoid race conditions. + * Fix shorthand property scope binding renaming. + * **Polish** + * Turn helper variable declarations into function declarations if possible. + * **Internal** + * Removed native inheritance support from classes. + * Added `replaceWithSourceString` path API. + * Split up `es3.propertyLiterals` and `es3.memberExpressionLiterals` transformers to `minfication.propertyLiterals` and `es3.memberExpressionLiterals`. + ## 5.2.6 * **Internal**