From 1c08fe3c16207018075191d37ffde58ba71e9ca4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 3 Nov 2015 04:20:26 +0000 Subject: [PATCH] add 6.0.20 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc643a613..c79e89be80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ _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.20 + + * **Bug Fix** + * In the callable class constructor plugin, don't transform derived classes as the constructor call cannot be inherited. + * Fix JSX inline elements plugin from attempting to create properties out of JSX containers. + * Fix infinite recursion error when attempting to resolve the execution status of functions that contain references to themselves. + ## 6.0.19 * **Bug Fix**