From 31504a51879ff0b162dca7ba754f8608cd00c529 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 22 Jan 2015 17:20:38 +1100 Subject: [PATCH] add async to generator helper update note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12297e982a..08c03cd99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ _Note: Gaps between patch versions are faulty/broken releases._ * Add autoindentation. * Move global uid registry to a scope registry. * `this` is now illegal in the top level scope. + * New `asyncToGenerator` helper that's much more compact. * **Internal** * Rewritten constants transformer. * Upgrade `core-js` to `0.4.6`.