add 1.12.2 changelog

This commit is contained in:
Sebastian McKenzie 2014-11-12 12:17:59 +11:00
parent 2a166a6ed1
commit 12c5a3e73b

View File

@ -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.