From d8e4a4a776d75e94cacd876da4fe31ca1d56c117 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 15 Dec 2014 22:36:10 +1100 Subject: [PATCH] add module changes to 2.0.0 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6068e158..c960261ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Gaps between patch versions are faulty/broken releases. * Switched to [core-js](https://github.com/zloirock/core-js) over [es6-symbol](https://github.com/medikoo/es6-symbol) and [es6-shim](https://github.com/paulmillr/es6-shim/). * `amd` and `umd` module formatters now behave the same as `common` with `interopRequire`. * Micro-optimizations to boost performance by 200%. + * Rename module formatter methods `import` to `importDeclaration` and `export` to `exportDeclaration`. + * Support multiple declarators in export variable declarations. ## 1.15.0