From a025cf189055aed3d3b7eb5079b18886a559b172 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 14 Dec 2016 10:29:47 -0500 Subject: [PATCH] changelog for v6.20.1 to v6.20.3 [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1581eed8da..85ca49f21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!