changelog for v6.20.1 to v6.20.3 [skip ci]

This commit is contained in:
Henry Zhu
2016-12-14 10:29:47 -05:00
committed by GitHub
parent d1160cabb1
commit a025cf1890

View File

@@ -13,6 +13,27 @@ _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.
## v6.20.2 (2016-12-08)
## :cry: Regression
* `babel-plugin-transform-async-to-generator`
* [#4978](https://github.com/babel/babel/pull/4978) Calculate the correct arity for async functions with destructuring. (fixes [#4977](https://github.com/babel/babel/issues/4977)) ([@loganfsmyth](https://github.com/loganfsmyth))
## v6.20.2 (2016-12-08)
## :cry: Regression
Issue: https://github.com/babel/babel/issues/4972 again. Fixed by reverting part of the original PR in [babel/babel#4883](https://github.com/babel/babel/pull/4883).
## v6.20.1 (2016-12-08)
## :cry: Regression
Issue: https://github.com/babel/babel/issues/4972
The way that [babel/babel#4883](https://github.com/babel/babel/pull/4883) changed visiting SpreadProperty (which didn't need to modified) caused an infinite loop. Added `path.stop` which ended up not fixing it correctly.
## v6.20.0 (2016-12-08)
> If you missed it, please check out our latest blog post: [The State of Babel](http://babeljs.io/blog/2016/12/07/the-state-of-babel). Talks about where we can possibly move forward as a project and how you can help!