Preparing for release

This commit is contained in:
Isiah Meadows 2019-08-17 22:10:41 -04:00
parent 22e6d37a26
commit 4c15e258e0
2 changed files with 6 additions and 5 deletions

View file

@ -17,11 +17,13 @@
### Upcoming...
-->
### v2.0.4
- Fix double-rendering of trusted content within `contenteditable` elements ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
- Fix error on `m.trust` updating ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
-->
### v2.0.3
- Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows))