From f076cee41e0537436d0cdcc7a2042b45c313f78e Mon Sep 17 00:00:00 2001 From: mattak Date: Sat, 24 Dec 2016 01:16:13 +0900 Subject: [PATCH] doc(CHANGELOG): updates for v0.2.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5534ab..a40b73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2016-12-24 v0.2.1 + +Breaking Changes +- All scripts was moved into Plugins folder https://github.com/mattak/Unidux/issues/44 + +Etc +- Apply [ducks proposal](https://github.com/erikras/ducks-modular-redux) to Example/{Counter,List} https://github.com/mattak/Unidux/issues/49 https://github.com/mattak/Unidux/issues/51 +- Refer [UniRx](https://github.com/neuecc/UniRx) and improve Example/{Counter,List} https://github.com/mattak/Unidux/issues/52 + # 2016-07-06 v0.2.0 Breaking Changes