From 12c5a3e73b1fd9f0fb28cdec753c490c933575e9 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 12 Nov 2014 12:17:59 +1100 Subject: [PATCH] add 1.12.2 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dc068749..1d36600bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.12.2 + + * Upgrade `matcha` to `0.6.0` and `browserify` to `6.3.2`. + * Add own `trimRight` helper instead of relying on the string instance method. + * Support JSX spreads that aren't the first. + # 1.12.1 * Fix `this` and `arguments` mapping in the `_aliasFunctions` transformer.