update change log

This commit is contained in:
Leo Horie 2014-04-09 13:31:49 -04:00
parent 3eb4bfc6a6
commit 58ee32ff85
3 changed files with 16 additions and 2 deletions

View file

@ -1,11 +1,18 @@
## Change Log
[v0.1.4](/mithril/archive/v0.1.3) - maintenance
[v0.1.4](/mithril/archive/v0.1.4) - maintenance
### News:
- added regression tests for reported bugs
### Bug Fixes:
- URLs with port numbers are now handled correctly [#40](https://github.com/lhorie/mithril.js/issues/40)
- NPM package now contains unminified version for map files [#39](https://github.com/lhorie/mithril.js/issues/39)
- fixed ordering issue when mixing newly created virtual elements with elements from cache [#44](https://github.com/lhorie/mithril.js/issues/44)
- fixed caching bug in links w/ config option attached [#43](https://github.com/lhorie/mithril.js/issues/43)
- fixed attribute update bug when an element has both `oninput` and `onkeydown` handlers [#36](https://github.com/lhorie/mithril.js/issues/36)
[v0.1.3](/mithril/archive/v0.1.3) - maintenance