add 1.13.5 changelog

This commit is contained in:
Sebastian McKenzie 2014-11-23 21:45:18 +11:00
parent f80527832c
commit 57aca3c77f

View File

@ -1,3 +1,9 @@
# 1.13.5
* Upgrade `acorn-6to5`.
* Add experimental support for object spread/rest.
* Change `arguments` to array to an additional helper method.
# 1.13.4
* Fix single spread element returning itself.