From a43f208e6b71f89595368d8c6ac2c8e391381c4a Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Wed, 20 Jan 2016 01:01:17 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6a926867..fff9110e5b 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.6 (2016-01-20) + +* **Bug Fix** + * `babel-helper-remap-async-to-generator`: [#3288](https://github.com/babel/babel/pull/3288) Async arrow functions should compile to regular functions because they reference `arguments`. + ## 6.4.5 (2016-01-19) * **Bug Fix**