From 9eec66cc2c8a655e73058bcff9053428077b5def Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 19 Aug 2015 13:57:25 -0400 Subject: [PATCH] more changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ce49c..8cfd6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## 0.14.1 * `export { name } from './other'` does not create a local binding ([#16](https://github.com/rollup/rollup/issues/16)) +* A single binding can be exported under multiple names ([#18](https://github.com/rollup/rollup/issues/18)) +* `useStrict` option exposed to CLI as `--strict`/`--no-strict` ([#81](https://github.com/rollup/rollup/issues/81)) +* Neater exports from ES6 bundles ## 0.14.0