Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed Aug 15, 2019
1 parent 1bd97cc commit c78d9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smaragd/Smaragd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c78d9eb

Please sign in to comment.