From d3382c71c15493b7720050daceaa6a9c0a225745 Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Wed, 23 Mar 2016 22:10:40 +0100 Subject: [PATCH] Update the Changelog --- src/System.Waf/Documentation/Changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/System.Waf/Documentation/Changelog.txt b/src/System.Waf/Documentation/Changelog.txt index 4ca8c8a2..0126ad33 100644 --- a/src/System.Waf/Documentation/Changelog.txt +++ b/src/System.Waf/Documentation/Changelog.txt @@ -5,7 +5,12 @@ Legend: B (Breaking Change); O (Marked member as obsolete) Version 4.0.0.2 (Milestone 2) -- TODO +- WAF: Add System.Waf.Uwp project with initial support for UWP App development. +- WAF: Add SynchronizingCollectionCore class and adapt the SynchronizingCollection class. +- WAF: Add public DispatcherHelper.DoEvents implementation. +- WAF: Add StringHelper.Truncate implementation. +- InfoMan: Improve UI styling for better text alignment. +- Samples: Enhance WPF design time support. Version 4.0.0.1 (Milestone 1)