This commit is contained in:
Sebastian McKenzie 2014-11-11 17:16:11 +11:00
parent 54857ceac7
commit 4d8e5f728a

View File

@ -1,3 +1,7 @@
# 1.11.15
* Fix JSX literal whitespace generation.
# 1.11.14
* Avoid using a switch for let-scoping continue and break statements and use an if statement instead.