From 0866e5a403156217ca44a8691ca7faba01609d73 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 1 May 2015 09:36:48 +0100 Subject: [PATCH] add 5.2.3 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cdfeec19..2998b61c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.2.3 + + * **Bug Fix** + * Fix plugin containers being called with an undefined import. Thanks [@timbur](https://github.com/timbur)! + * Allow Flow object separators to be commas. Thanks [@monsanto](https://github.com/monsanto)! + * Add missing `Statement` and `Declaration` node aliases to flow types. + ## 5.2.2 * **Internal**