update 3.0.0 changelog

This commit is contained in:
Sebastian McKenzie
2015-01-22 01:45:48 +11:00
parent c2d61ad660
commit 7cbe914b22
2 changed files with 13 additions and 7 deletions

View File

@@ -4,11 +4,4 @@
## 3.0.0 breaking changes
* Remove `allowImportExportEverywhere` option from acorn.
* Remove this shorthand from playground.
* Remove `super()` inside non-constructors - add descriptive error message.
* Split up ES5 getter/setter transforming and ES6 property methods into separate transformers.
* Add autoindentation.
* Move `super` transformation from classes into a separate transformer that also supports object expressions.
* Remove fast transformer backwards compatibility.
* Rename let scoping transformer to block scoping.