From 622da331a604cd79761fa19bdcf1b9ffb0f09ca5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 18 Jan 2015 19:24:54 +1100 Subject: [PATCH] add 2.13.0 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1052a028f2..16a6517e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,14 @@ _Note: Gaps between patch versions are faulty/broken releases._ ## 2.13.0 + * **New Feature** + * Block scoped functions. + * Add `--loose all` option. + * Add playground mallet operator thanks to [@jridgewell](https://github.com/jridgewell). + * **Bug Fix** + * Rewrote large parts of the let scoping transformer. Now passes all known tests. * **Internal** + * Even more optimisations thanks to the awesome [@gaearon](https://github.com/gaearon). * Upgrade `acorn-6to5`. * Upgrade `chokidar` to `0.12.6`. * Upgrade `commander` to `2.6.0`.