update changelog

This commit is contained in:
Michael Rawlings 2019-04-04 13:07:00 -07:00
parent c44aa04ac6
commit 1ce6a6615c

View File

@ -4,6 +4,11 @@
## 4.16.x
### 4.16.8
- Fixes an issue with hot-reload. [#1282](https://github.com/marko-js/marko/issues/1282)
- If the require hook is enabled, all templates loaded by marko will now use the require hook, including hot-reloaded templates and tags loaded from compiled templates. [#1310](https://github.com/marko-js/marko/pull/1310)
### 4.16.7
- Improve parsing of tag arguments (allows for `<${input.renderBody}(...spread)/>`). [#1308](https://github.com/marko-js/marko/pull/1308)