add enter/exit catch-all note to changelog

This commit is contained in:
Sebastian McKenzie
2015-11-08 17:09:46 -08:00
parent 826538790e
commit 65c4fd8fb8

View File

@@ -144,6 +144,7 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
* The `SpreadProperty` (from `object-rest-spread`) node type has been split into `RestProperty` (for `ObjectPattern`) and `SpreadProperty` (for `ObjectExpression`)
* Remove `module.exports` export interop for CommonJS module formatter.
* `externalHelpers` option has been moved into the plugin `babel-plugin-external-helpers-2`.
* Remove ability to use `enter`/`exit` catch-all handlers in plugins.
* **New Feature**
* Add plugin options.
* Add callable class constructor.