From 188bcb70f730d7abe5e0bd44e5b6cfb25c86f710 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Mar 2015 03:03:17 +1100 Subject: [PATCH] add 4.7.1 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c999153f07..59e8727e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 4.7.1 + + * **New Feature** + * `"both"` option for `sourceMap`. + * Add output types to external helpers. Thanks [@neVERberleRfellerER](https://github.com/neVERberleRfellerER)! + * **Bug Fix** + * Fix node duplication sometimes resulting in a recursion error. + * Ignore `break`s within cases inside `for...of`. + * **Polish** + * Split up variable declarations and export declarations to allow easier transformation. + ## 4.7.0 * **Bug Fix**