update change log

This commit is contained in:
Leo Horie 2015-12-18 22:06:48 -05:00
parent 2b688a3334
commit 884b2c5f81

View file

@ -4,9 +4,9 @@
### News:
- added `catch` to promises
- large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @isiahmeadows)
- added `catch` and `finally` to promises
- improvements and fixes in the documentation and wiki
- large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @impinball)
- `m(component, ...args)` can now be used as a shorthand for `m.component(component, ...args)`
### Bug Fixes:
@ -15,6 +15,7 @@
- fix edge case with falsy keys
- fix controller prototype inheritance in component controllers
- fix return value of `parseQueryString` if input is empty string
- fix component unloading [#614](https://github.com/lhorie/mithril.js/issues/614) [#866](https://github.com/lhorie/mithril.js/issues/866)
---