add 1.14.2 changelog

This commit is contained in:
Sebastian McKenzie 2014-11-26 10:53:52 +11:00
parent 1b00ba21a1
commit 2d61672cdb

View File

@ -1,3 +1,8 @@
# 1.14.2
* Fix `commonInterop` default export handling.
* Fix keyworded property key identifiers being turned into computed property key literals.
# 1.14.1
* Inherit comments from `ClassDeclaration`.