-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
2.37.0 | ||
2.38.0 | ||
New features: | ||
* #465 Adding optional IEqualityComparer for Maybe | ||
* #489 Add GetValueOrDefault to Result | ||
* #492 add a method overload for GetValueOrThrow, that enables a custom exception | ||
|
||
Fixed issues: | ||
* None | ||
* #490 Fix symmetry violation of ValueObject comparison |