diff --git a/CHANGELOG.md b/CHANGELOG.md index fc72b6f650..e31cbad625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ _Note: Gaps between patch versions are faulty/broken releases._ +## 2.7.2 + + * **Polish** + * Indent and add newlines to `React.createElement` calls in `react` transformer. + * Remove `Object.assign` calls and replace it with an `extends` helper. + ## 2.7.1 * **New Feature**