add 5.6.5 changelog

This commit is contained in:
Sebastian McKenzie 2015-06-24 13:50:53 +01:00
parent 084ae31816
commit e6ac2d049b

View File

@ -13,6 +13,13 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 5.6.5
* *Bug Fix**
* Fix nested functions causing rest parameter optimisation to not properly detect when it should deopt on a reference.
* **Internal**
* Update Regenerator `0.8.31`.
## 5.6.4
* **Internal**