update 3.5.0 changelog

This commit is contained in:
Sebastian McKenzie 2015-02-08 16:31:24 +11:00
parent f5e9909e71
commit e39f4e8025

View File

@ -17,6 +17,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
* Destructuring patterns as the left operator in `ForInStatement`/`ForOfStatement`.
* **Polish**
* Make default parameter IIFE invocation smarter.
* Make `__esModule` flag non-enumerable. Thanks [@daliwali](https://github.com/daliwali)!
* **New Feature**
* Optional `es6.blockScopingTDZ` is now completely functional and handles all edgecases.
* `super` in object literals.