diff --git a/CHANGELOG.md b/CHANGELOG.md index df0eaaec61..43ab985f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 4.7.6 + + * **Bug Fix** + * Fix non-Identifier/Literal computed class methods. + * **Polish** + * Add a fallback if `stack` on an error is unconfigurable. + * Hoist `esModule` module declarations to the top of the file to handle circular dependencies better. + ## 4.7.5 * **Bug Fix**