From ba9c4db673a1e785d7628bac9f42cb28a2afb1a3 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 5 Jun 2015 09:43:34 +0100 Subject: [PATCH] finish 5.5.1 changelog - ref #1686 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c6260d56..101cf96301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. ## 5.5.1 * **Bug Fix** - * Remove `ClassProperty` nodes always in the `Flow` transformer. This is fine now since. + * Remove `ClassProperty` nodes always in the `Flow` transformer. This is fine now since class properties aren't supported in any engine that supports classes but the `es7.classProperties` transformer will need to be updated in the future to desugar to ES6 classes instead of relying on the `es6.classes` transformer from being ran. ## 5.5.0