From 3984ce17eb04a0ab79dc4578739645f781cf79fc Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 18 Sep 2014 23:38:30 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 9eec045e..4282c73d 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -15,6 +15,8 @@ - gracefully degrade on IE exceptions when setting invalid values - fixes for Typescript definition file - fixed bug in keys algorithm when mixing keyed and unkeyed elements [#246](https://github.com/lhorie/mithril.js/issues/246) +- added promise exception monitor and reverted promise exception handling semantics to v0.1.19 semantics (see [mithril.deferred.md#unchecked-error-handling] +- fixed redraw scheduling bug in old version of IE ---