From b92b9943f6491b4fdbb3117ef823c3c88344afd4 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Fri, 26 Aug 2016 11:18:38 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8ae2b6b..9446046 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,15 @@ Stylet Changelog ================ +v1.1.16 +------- + + - SetAndNotify returns a value indicating whether it raised a notification + - Fix an NRE when running validation in some cases + - Add ValidatingModelBase.RecordPropertyError to manually change property errors + - Deprecate Screen.CanClose: you should use Screen.CanCloseAsync instead + - Deprecate Screen.State, replacing it with Screen.ScreenState + v1.1.15 -------