diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0abbf3c9..f0ed51fff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.