From 5baab5f034c50e2e37066595b339de46c77e5bac Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 23 Jul 2015 22:04:43 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index ca0da489..82ec54b6 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -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