Update changelog

This commit is contained in:
Dylan Piercey 2018-11-21 13:15:43 -08:00
parent 1bfe909c36
commit 4dcec78b69
No known key found for this signature in database
GPG Key ID: DA54E25D5BF13DBE

View File

@ -4,6 +4,11 @@
## 4.13.x
### 4.13.11
- Add spread attribute optimization, fix issue with spreading non objects. [#1171](https://github.com/marko-js/marko/pull/1171)
- Move `#` to the start of `:scoped` attributes (allows for `href:scoped="#name"`). [#1172](https://github.com/marko-js/marko/pull/1172)
### 4.13.10
- Adds a hidden api used to make [@marko-tags/context](https://github.com/marko-js/tags/tree/master/tags/context) possible. [#1168](https://github.com/marko-js/marko/pull/1168)