update 3.6.5 changelog

This commit is contained in:
Sebastian McKenzie
2015-02-14 22:57:57 +11:00
parent 602c5e0ca0
commit f0d2cbb055

View File

@@ -15,6 +15,9 @@ _Note: Gaps between patch versions are faulty/broken releases._
* **Internal**
* Upgrade `core-js`.
* **Bug Fix**
* Fix block scoping leaking variables in IIFE mode.
* Fix tail call transformer exploding on return statements as the consequent of an if statement.
* **New Feature**
* Add `validation.react` transformer.