diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9876262a..17add1a327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 6.10.1 (2016-06-11) + +#### Bug Fixes + +* [#3525](https://github.com/babel/babel/pull/3525): Remove the nonfunctional -s shorthand for `--skip-initial-build` ([@lxe](https://github.com/lxe)) +* [#3526](https://github.com/babel/babel/pull/3526): Fix an issue with the switch handing from PR #3490 ([@loganfsmyth](https://github.com/loganfsmyth)) + ## 6.10.0 (2016-06-11) #### New Feature -* `babel-cli`: Add a new option `--skip-initial-build, -s` ([#3489](https://github.com/babel/babel/pull/3489)) ([@lxe](https://github.com/lxe)) +* `babel-cli`: Add a new option `--skip-initial-build` ([#3489](https://github.com/babel/babel/pull/3489)) ([@lxe](https://github.com/lxe)) - Do not compile files before watching