From ea860ac5a59454830445f28718c2d799ed5afbc6 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 29 Jan 2015 11:54:42 +1100 Subject: [PATCH] add 3.0.14 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c5d1bc70..ed74c174d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ _Note: Gaps between patch versions are faulty/broken releases._ +## 3.0.14 + + * **New Feature** + * Add `--optional` argument to `6to5-node`. + * **Bug Fix** + * Fix bug in `asyncToGenerator` helper where it was incorrectly calling generator iterator functions. + ## 3.0.13 * **Bug Fix**