Update changelog

This commit is contained in:
Dylan Piercey 2018-12-06 12:56:44 -08:00
parent 3338fd4e0a
commit fedf0c2361
No known key found for this signature in database
GPG Key ID: DA54E25D5BF13DBE

View File

@ -4,6 +4,10 @@
## 4.14.x
### 4.14.1
- Fix regression causing some parsed javascript nodes to be omitted from output. [#1184](https://github.com/marko-js/marko/pull/1184)
### 4.14.0
- Add migration stage, deprecate rendering with `out`, deprecate control-flow directive as attributes. [#1180](https://github.com/marko-js/marko/pull/1180)