From 61e2568c08fd002caad17d2170a2cfeb68438aa8 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 4 Dec 2015 00:54:44 -0500 Subject: [PATCH] add 6.3.1 changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95552ac477..353f31da0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,8 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. ## 6.3.1 * **Bug Fix** - * Fix spacing in binary expression when right is a binary expression and has a unary on the left in compact mode. Ex: `(a+(+b*2))` should be -> `a+ +b*2` + * `babel-generator`: + * [#3121](https://github.com/babel/babel/pull/3121) Fix spacing in binary expression when right is a binary expression and has a unary on the left in compact mode. Ex: `(a+(+b*2))` should be -> `a+ +b*2` ## 6.3.0