Skip to content

Commit

Permalink
Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kolan72 committed Apr 15, 2024
1 parent 67e0919 commit 395defa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.17.0

- Introduce `IErrorSet` interface and `ErrorSet` class.
- Introduce `IncludeErrorSet(IErrorSet)`, `ExcludeErrorSet(IErrorSet)` extension methods for policy processors.
- Introduce `IncludeErrorSet(IErrorSet)`, `ExcludeErrorSet(IErrorSet)` extension methods for library policies (`RetryPolicy`, `SimplePolicy` and `FallbackPolicy`).
- Add the `ITryCatch.ExecuteAsync` extension methods with the `configureAwait` = false parameter.
- Introduce `TryCatchResultBase.ExceptionHandlerIndex` property.
- Improve conversion of `PolicyResult(<T>)` class to `TryCatchResult(<T>)` class.
- Add 'TryCatch' README Chapter.


## 2.16.21

- `TryCatch/TryCatchBuilder` classes now support more than two `CatchBlockHandler`s.
Expand Down

0 comments on commit 395defa

Please sign in to comment.