From 8ce762846ec7cae9fa3c722c9de18805920ae2bd Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 29 Jan 2015 11:08:19 +1100 Subject: [PATCH] fix 3.0.0 changelog indentation --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a20cfc90d..36c5d1bc70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,13 +117,13 @@ _Note: Gaps between patch versions are faulty/broken releases._ * This shorthand has been removed from the playground. * `6to5/polyfill` can now only be required **once**. * **CLI** - * `--indent` option has been removed. - * `--include-regenerator` option has been removed. - * `--amd-modules-id` option has been removed, use `--module-ids` instead. + * `--indent` option has been removed. + * `--include-regenerator` option has been removed. + * `--amd-modules-id` option has been removed, use `--module-ids` instead. * **Options** - * `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/ })`. + * `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** * Module interop now only collapses to `module.exports` when there's a **single** export that's default. * 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.