From 2e3226b520c86f386c5115df7d5958f8536647df Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 2 Feb 2015 10:55:49 +1100 Subject: [PATCH] fix 3.3.3 changelog sections --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c4c428bc..2e522895bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ _Note: Gaps between patch versions are faulty/broken releases._ ## 3.3.3 - * **Bug Fix** + * **Polish** * Remap top level `this` to `undefined` instead of throwing an error. + * **Bug Fix** * Run `selfContained` transformer over the regenerator runtime when building `6to5-runtime`. * Fix `t.isReferenced` not properly allowing `value` nodes.