From 554fda00c179eea72121cafe4b90fac85c1bb244 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 10 Sep 2015 20:18:02 +0100 Subject: [PATCH] add 5.8.23-24 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33452f9e98..fc66a9271a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ _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. +## 5.8.24 + + * **Spec Compliancy** + * Updated `optimisation.react.inlineElements` transformer to React 0.14 output. Thanks [@spicyj](https://github.com/spicyj)! + * **Polish** + * Add support for evaluating more static nodes. Thanks [@hzoo](https://github.com/hzoo)! + +## 5.8.23 + + * **Bug Fix** + * Fix a bug where pushed scope bindings weren't properly being registered. + ## 5.8.22 * **Bug Fix**