add 2.7.2 changelog

This commit is contained in:
Sebastian McKenzie 2015-01-07 22:49:21 +11:00
parent 62e406a6fe
commit ebaa735adc

View File

@ -11,6 +11,12 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.7.2
* **Polish**
* Indent and add newlines to `React.createElement` calls in `react` transformer.
* Remove `Object.assign` calls and replace it with an `extends` helper.
## 2.7.1
* **New Feature**