add 1.13.11 changelog

This commit is contained in:
Sebastian McKenzie 2014-11-24 10:19:40 +11:00
parent e5ce69d6af
commit 51e521f0e0

View File

@ -1,3 +1,10 @@
# 1.13.11
* Fix `util.regexify` on falsy values.
* Fix `_aliasFunction` with rest parameters.
* Export as `module.exports` instead of `exports.default` if there are no other `ExportDeclaration`s in `commonInterop` module formatter.
* Add `system` module formatter. Thanks [@douglasduteil](https://github.com/douglasduteil).
# 1.13.10
* Add support for `AssignmentExpression` destructuring outside of `ExpressionStatement`.