Adapt change-log

This commit is contained in:
Stephan Hoyer 2017-08-08 09:12:25 +02:00
parent 39be9134f9
commit d8113a4470

View file

@ -23,6 +23,11 @@
- API: Introduction of `m.redraw.sync()` ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592))
#### Ospec improvements:
- Added support for async functions and promises in tests - ([#1928](https://github.com/MithrilJS/mithril.js/pull/1928))
- Error handling for async tests with `done` callbacks supports error as first argument
#### Bug fixes
- API: `m.route.set()` causes all mount points to be redrawn ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592))