add 2.12.4 changelog

This commit is contained in:
Sebastian McKenzie 2015-01-16 02:29:02 +11:00
parent 0627cd94d4
commit 75e9097e19

View File

@ -11,6 +11,14 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.12.4
* **Polish**
* Rest parameters now allocate the array before populating.
* **Internal**
* `for...in` loops have been changed to optimised `for` loops - better performance and no enumeration of protoype keys.
* Parts of the code generator have now been optimised thanks to [gaearon](https://github.com/gaearon).
## 2.12.3
* **Spec Compliancy**