From d2bac50e3626dc2ae1515edffe539c99de4abdbc Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 24 Sep 2014 17:00:15 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/change-log.md b/docs/change-log.md index fee2f76d..cd67f915 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -19,6 +19,7 @@ - fixed redraw scheduling bug in old version of IE - fixed incorrect diff when document is root, and html element is omitted - fixed querystring clobbering in links w/ config:m.route [#261](https://github.com/lhorie/mithril.js/issues/261) +- fixed rare bug that made events get dropped [#214](https://github.com/lhorie/mithril.js/issues/214) ---