From c78d9eb66cdf0c37d557e1fb901c999429bf7d25 Mon Sep 17 00:00:00 2001 From: Niclas Kristek Date: Thu, 15 Aug 2019 22:23:08 +0200 Subject: [PATCH] Update changelog --- src/Smaragd/Smaragd.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Smaragd/Smaragd.csproj b/src/Smaragd/Smaragd.csproj index dd6479d..1e901c7 100644 --- a/src/Smaragd/Smaragd.csproj +++ b/src/Smaragd/Smaragd.csproj @@ -45,8 +45,8 @@ A more detailed summary of the changes: - add overload to GetErrors method with generic return type IEnumerable<string> - remove support for IDataErrorInfo interface - change IValidation interface to generic in and out parameters -- remove Validation<T> class -- rename PredicateValidation class to FuncValidation and use Func instead of Predicate to implement the changed interface +- remove Validation<T> base class +- add FuncValidation class # ViewModelCommand and AsyncViewModelCommand - remove IRaiseCanExecuteChanged interface and change method to protected visibility