add 3.3.10 changelog

This commit is contained in:
Sebastian McKenzie 2015-02-04 23:20:53 +11:00
parent c923010292
commit 80876a2c0a

View File

@ -11,6 +11,16 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 3.3.10
* **Bug Fix**
* Fix source maps not tracking end of node locations.
* **Spec Compliancy**
* Use static super references as the home object is actually done at definition time.
* **Polish**
* Force the `es6.destructuring` transformer to be whitelisted when the `es7.objectSpread` transformer is.
* Join sibling string literals when creating JSX.
## 3.3.9
* **Bug Fix**