Updated changelog

This commit is contained in:
Andrew Gliga 2020-02-12 13:36:31 -08:00
parent 0339255526
commit a02f28dd55
No known key found for this signature in database
GPG Key ID: DF0595A37703A1FB

View File

@ -4,6 +4,11 @@
## 4.18.x
### 4.18.45
- Fixed dynamic tags to add data-marko-key [#1499](https://github.com/marko-js/marko/pull/1499)
- Fixed dynamic tags to selfclose properly if they are selfclosing tags [#1499](https://github.com/marko-js/marko/pull/1499)
### 4.18.44
- Fix issue with diffing SSR'd `no-update` section. [#1498](https://github.com/marko-js/marko/pull/1498)