diff --git a/CHANGELOG.md b/CHANGELOG.md index 90dc942ac5..812085868b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ _Note: Gaps between patch versions are faulty/broken releases._ +## 2.13.4 + + * **Bug Fix** + * Fix ordering of destructuring and default params. + * Fix loop body scope. + * Fix `for...of` transformation not retaining it's scope. + * Add destructuring assignment support to scope tracking. + * **Polish** + * More reliable newlines for pretty printing variable declarations. + ## 2.13.3 * **Internal**