From 032cf990c337b237585b0ebade235afa71d3f5c0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 1 May 2015 11:28:24 +0100 Subject: [PATCH] add 5.2.4 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2998b61c31..9cc6b91aa2 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.4 + + * **Bug Fix** + * Fix race condition with the Node API being loaded awkwardly and not being able to initialise itself when used in the browser. + * **Internal** + * Expose `transform.pipeline`. + ## 5.2.3 * **Bug Fix**