diff --git a/CHANGELOG.md b/CHANGELOG.md index ea95a9426a..ebc643a613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 6.0.19 + + * **Bug Fix** + * Fix function paths not being accurate. + * **Polish** + * Change `t.getOuterBindingIdentifiers` to completely ignore function expressions as they cause no outer bindings to be set. + * Clean up `auxiliaryComment` option. + ## 6.0.18 * **Polish**