From b2245061597bfec69912e4b49565ee4685e2156f Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 15 Sep 2014 17:29:01 -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 c32a8b7c..7347af50 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -13,6 +13,7 @@ - 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) ---