From 4b97b94f38bd33b328c40a30b3dae6c187954386 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 2 Mar 2016 16:22:00 -0500 Subject: [PATCH] fix change log styling --- docs/change-log.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 02208502..ca8ce326 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -8,6 +8,8 @@ - fix handling of read-only attributes [#925](https://github.com/lhorie/mithril.js/issues/925) - fix double unloading issue [#931](https://github.com/lhorie/mithril.js/issues/931) +--- + [v0.2.2-rc.1](http://mithril.js.org/archive/v0.2.2-rc.1) ### Bug Fixes: @@ -15,6 +17,8 @@ - revert regressions from 0.2.1 refactor - revert `finally` because it's not in the ES6 promise spec +--- + [v0.2.1](http://mithril.js.org/archive/v0.2.1) **IMPORTANT NOTE: Due to some unfortunate factors, 0.2.1 is not a stable release. Please use either 0.2.0 or latest instead**