From 4c2c96366ffc30392b4ebc862ad5ddb4c6874f61 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 1 Jan 2015 22:40:02 +1100 Subject: [PATCH] add 2.3.0 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f505467079..b01ff60ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Gaps between patch versions are faulty/broken releases. +## 2.3.0 + + * Upgrade `acorn-6to5`. + * Support circular references and hoist variable declarations in `system` module formatter. + * Add optional transformers, including a new `coreAliasing` transformer that aliases native ES6 static properties to their `core-js` equivalent. + ## 2.2.0 * Make `system` module formatter modules anonymous by default.