update change log

This commit is contained in:
Leo Horie 2015-07-23 22:04:43 -04:00
parent 3f4ef8f41a
commit 5baab5f034

View file

@ -1,5 +1,19 @@
## Change Log
[v0.2.1](/mithril/archive/v0.2.1)
### News:
- added `catch` 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)
### Bug Fixes:
- errors thrown from the exception monitor no longer freeze redrawing
- fix edge case with falsy keys
- fix controller prototype inheritance in component controllers
---
[v0.2.0](/mithril/archive/v0.2.0) - improved components