From abebe5339eeb9e4c7ad8c5e28b077017079d3caa Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sun, 17 Apr 2016 14:19:36 +0200 Subject: [PATCH] Update the Changelog --- src/System.Waf/Documentation/Changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/System.Waf/Documentation/Changelog.txt b/src/System.Waf/Documentation/Changelog.txt index a9e899f1..43d9f905 100644 --- a/src/System.Waf/Documentation/Changelog.txt +++ b/src/System.Waf/Documentation/Changelog.txt @@ -5,7 +5,10 @@ Legend: B (Breaking Change); O (Marked member as obsolete) Version 4.0.0.3 (Milestone 3) -- TODO +- WAF: DelegateCommand.Execute does not throw an exception anymore when CanExecute returns false. +- WAF: NavigationToggleButton uses now IconElement instead of Symbol. +- WAF: Fix IsVisible implementation in LazyContentPresenter. +- WAF: Update Microsoft.NETCore.UniversalWindowsPlatform to 5.1.0 Version 4.0.0.2 (Milestone 2)