From c9d7d756543cf52e14908df0ca9bd1b66de02449 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 6 Jan 2016 20:01:45 -0500 Subject: [PATCH] 6.4.1 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab757b5bfe..7e67bfbbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 6.4.1 + +* **Bug Fix** + * `babel-types`: [#3245](https://github.com/babel/babel/pull/3245) Temporarily revert adding the `Binary` alias [#3217](https://github.com/babel/babel/pull/3217) and tests. + ## 6.4.0 Thanks to @samwgoldman for all the new flow support!