Update changelog

This commit is contained in:
Dylan Piercey 2019-01-31 15:04:56 -08:00
parent 6ed4e9dd7f
commit 2a0ecec208
No known key found for this signature in database
GPG Key ID: DA54E25D5BF13DBE

View File

@ -4,6 +4,11 @@
## 4.14.x
### 4.14.23
- Fix warning that `"marko"` was using deprecated features. [#1250](https://github.com/marko-js/marko/pull/1250)
- Improve code optimization for conditional `@nested` tags. [#1249](https://github.com/marko-js/marko/pull/1249)
### 4.14.22
- Fix issue with `no-update` not moving preserved items [#1247](https://github.com/marko-js/marko/pull/1247).