changelog

This commit is contained in:
Amjad Masad 2016-01-20 01:01:17 -08:00
parent e9a913a3f6
commit a43f208e6b

View File

@ -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**