From 87ef7d353943f3f250ae990cb0173dce87ccd03c Mon Sep 17 00:00:00 2001 From: Antony Male Date: Wed, 7 Jan 2015 12:46:43 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 043992f..4042cec 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,17 @@ Stylet Changelog ================ +v1.0.4 +------ + + - Allow IModelValidator to return an IEnumerable rather than a string[] + - Fix up BindableCollection to be thread-safe + - View name resolution is now a bit smarter + - Add design time support + - Add design time sample + - Add sample bootstrapper which does not use an IoC container + - Execute.OnXXX is synchronous by default in unit tests and design time: Execute.TestExecuteSynchronously has been removed + v1.0.3 ------