From c7e4213641ea2a5291a7ee1a2eac8435c5201e04 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 23 Jan 2015 09:39:47 +1100 Subject: [PATCH] update 3.0.0 changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce018a34d2..35453608d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,10 +36,13 @@ _Note: Gaps between patch versions are faulty/broken releases._ * Bare `super();` only works inside of constructors. * Removed the optional runtime in favor of the `selfContained` transformer. * This shorthand has been removed from the playground. - * `--indent` option has been removed from the CLI. * `6to5/polyfill` can now only be required **once**. + * **CLI** + * `--indent` option has been removed. + * `--amd-modules-id` option has been removed, use `--module-ids` instead. * **Options** - * Remove `includeRegenerator` option. + * `amdModuleIds` option has been removed, use `moduleIds` instead. + * `includeRegenerator` has been removed. * `ignoreRegex` fallback has now been dropped from the require hook. `register(/foo/);`, `register({ ignoreRegex: /foo/ })` -> `register({ ignore: /foo/ })`. * **Modules** * Imports and exports are now illegal anywhere except the root level by default. Set `modules` to [loose mode](http://6to5.org/docs/usage/loose) to allow them everywhere.