Skip to content

Commit 559ceb7

Browse files
committed
Extend changelog
1 parent 4e0bcbe commit 559ceb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FluentResults/FluentResults.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageReleaseNotes>
1111
CHANGED - The default logging level in LogIfFailed() changed from Information to Error #151
12-
</PackageReleaseNotes>
12+
ADDED - HasError(), HasException() and HasSuccess() return now via out parameter optional a list of found errors or successes
13+
</PackageReleaseNotes>
1314
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
1415
<PackageTags>Result Results exception error handling</PackageTags>
1516
<PackageProjectUrl>https://github.com/altmann/FluentResults</PackageProjectUrl>

0 commit comments

Comments
 (0)