Skip to content

Commit 2e33981

Browse files
committed
Updated
1 parent cff2234 commit 2e33981

File tree

8 files changed

+680
-0
lines changed

8 files changed

+680
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
- Async error handling support via `AsyncForgeError` trait
12+
- Integration with `async-trait` for async error handling in async contexts
13+
- New async utilities like `from_async_result` and `async_handle` methods
14+
- Retry logic with async support in examples
1115

1216
### Changed
1317

0 commit comments

Comments
 (0)