add changelog for 1.12.9

This commit is contained in:
Sebastian McKenzie 2014-11-14 02:20:15 +11:00
parent 2f4e0c3361
commit 114b5ef9ec

View File

@ -1,3 +1,10 @@
# 1.12.9
* Escape unicode characters when generating string `Literal`s.
* Fix semicolons being output for statements in `ExportDeclaration`.
* Make it illegal to use destructuring outside of an `ExpressionStatement`.
* Fix `WithStatement` missing parentheses.
# 1.12.8
* Temporarily forbid `AssignmentExpression` destructuring outside of `ExpressionStatement`.