From 69b20a3054d99a6d758aff4213ae988869b009c0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 9 Jan 2016 19:06:18 +0100 Subject: [PATCH] label 4.2.0 breaking changes as accidental --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.