Merge pull request #3144 from jochenberger/patch-1

Update CHANGELOG.md
This commit is contained in:
Amjad Masad 2015-12-07 03:29:58 -05:00
commit 797913d9da

View File

@ -21,7 +21,7 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
* `babel-helper-function-name`: * `babel-helper-function-name`:
* [#3138](https://github.com/babel/babel/pull/3138) Skip name inference on certain uses of classes until we can handle them. * [#3138](https://github.com/babel/babel/pull/3138) Skip name inference on certain uses of classes until we can handle them.
* `babel-traverse`: * `babel-traverse`:
* [#3141](https://github.com/babel/babel/pull/3141) Fix bug with evaluating an expression on it's own binding. * [#3141](https://github.com/babel/babel/pull/3141) Fix bug with evaluating an expression on its own binding.
* `babel-plugin-transform-es2015-destructuring`: * `babel-plugin-transform-es2015-destructuring`:
* [#3136](https://github.com/babel/babel/pull/3136) Seperate the destructuring statement from the export statement before converting. * [#3136](https://github.com/babel/babel/pull/3136) Seperate the destructuring statement from the export statement before converting.
* `babel-plugin-transform-es2015-classes`: * `babel-plugin-transform-es2015-classes`: