document previous fix in change log

This commit is contained in:
Leo Horie 2014-07-10 08:53:35 -04:00
parent eda32fef47
commit 8ff54ccbfd

View file

@ -1,10 +1,11 @@
## Change Log
[v0.1.18](/mithril/archive/v0.1.19) - maintenance
[v0.1.19](/mithril/archive/v0.1.19) - maintenance
### Bug Fixes:
- fix double redraw when events fire simultaneously
- fix double redraw when events fire simultaneously [#151](https://github.com/lhorie/mithril.js/issues/151)
- fix node insertion bug when using document as root [#153](https://github.com/lhorie/mithril.js/issues/153)
- prevent routes from reverting to original route in some cases
---