label 4.2.0 breaking changes as accidental

This commit is contained in:
Sebastian McKenzie 2016-01-09 19:06:18 +01:00
parent 7a3d2865c1
commit 69b20a3054

View File

@ -49,7 +49,7 @@ Thanks to @samwgoldman for all the new flow support!
* `babel-plugin-transform-runtime`: Ensure `regenerator` option doesn't cancel out core-js polyfill.
* `babel-generator`: [#3229](https://github.com/babel/babel/pull/3229) Check for parentheses for `AwaitExpressions` and fix over-parentheses in `YieldExpressions`.
* **Breaking Change**
* **Breaking Change** (Accidental)
* `babylon`: [#3225](https://github.com/babel/babel/pull/3225) throw parse error if class properties do not have a semicolon.
* `babel-types`: [#3195](https://github.com/babel/babel/pull/3195) Allow `JSXText` node in `JSXElement` children property and remove `StringLiteral`.