Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
kolan72 committed Mar 26, 2024
1 parent 7156783 commit 7b76d9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.16.20

- Introduce the `TryCatch` class, which implements the `ITryCatch` interface with methods for executing sync or async, generic or non-generic delegates that return `TryCatchResult(<T>)` class..
- Introduce the `ITryCatchBuilder` interface and `TryCatchBuilder` class.
- Add `NonEmptyCatchBlockFilter.ToCatchBlockHandler` and `CatchBlockForAllHandler.ToTryCatch` methods.
- Add `ToTryCatchBuilder` and `ToTryCatch` extension methods to the `CatchBlockFilteredHandler` class.
- Add CODE_COVERAGE.md.
- Update 'Calling Func and Action delegates in a resilient manner' README Chapter.


## 2.16.16

- Hotfix introducing new `CatchBlockHandlerFactory` class to prevent inconsistent creation of `CatchBlockHandler` subclasses.
Expand Down

0 comments on commit 7b76d9e

Please sign in to comment.