update notes with additional 3.0.0 breaking change and add a reference to the export default issue

This commit is contained in:
Sebastian McKenzie 2015-01-08 13:08:43 +11:00
parent 98985dd253
commit 035f667a8f

View File

@ -1,8 +1,9 @@
# Notes
* Wildcard exports/imports wont normalise if `export default` is a non-object.
* Wildcard exports/imports wont normalise if `export default` is a non-object. See [#224](https://github.com/6to5/6to5/issues/224).
## 3.0.0 breaking changes
* Remove `allowImportExportEverywhere` option from acorn.
* Remove this shorthand from playground.
* Remove `super()` inside non-constructors - add descriptive error message.