From 70ce6e0ab84ba9a5162102a6bcd3c5485f6df783 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 24 Jan 2015 00:21:21 +1100 Subject: [PATCH] update 3.0.0 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e1aa0888..bc94105c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ _Note: Gaps between patch versions are faulty/broken releases._ * Optional async function transformers should not name their functions. * Remove `unlink` event watching in `bin/6to5`. * Fix regenerator variable declarations being incorrectly hoisted breaking scope. + * Transformers that attempted to simplify expressions that had no consequence now take into account whether it's one of the last statements/expressions in the script. * **New Feature** * New `selfContained` transformer. * New `undeclaredVariableCheck` optional transformer.