Skip to content

Commit 559ceb7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FluentResults/FluentResults.csproj

+2-1
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)