From 45370679472c5e5d69855d3535fa931767419d42 Mon Sep 17 00:00:00 2001 From: mattak Date: Thu, 30 Jun 2016 11:59:44 +0900 Subject: [PATCH] doc(CHANGELOG.md): release version 0.1.1 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7652c..c09dced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,27 @@ +# 2016-06-30 v0.1.1 + +Bug Fixes +- Add virtual keyword to SingletonMonoBehaviour Awake method https://github.com/mattak/Unidux/pull/32 +- Handle multiple AddTo in same GameObject. https://github.com/mattak/Unidux/issues/33 + # 2016-06-27 v0.1.0 -Feature +Features - IStateChagned property added https://github.com/mattak/Unidux/issues/22 Breaking Changes - OneTime to FlushAfterRender https://github.com/mattak/Unidux/issues/20 -Etc. +Etc - CounterExample added https://github.com/mattak/Unidux/issues/3 - ListViewExample added https://github.com/mattak/Unidux/issues/26 # 2016-06-13 v0.0.2 -Bugfixes +Bug Fixes - Cannot unsubscribe render. https://github.com/mattak/Unidux/issues/13 -Etc. +Etc - Lisence update to MIT. https://github.com/mattak/Unidux/issues/11 - Create Store test. https://github.com/mattak/Unidux/issues/10