Skip to content

Commit 317330c

Browse files
author
Markus Pettersson
committed
Update changelog
1 parent 94b643d commit 317330c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ Line wrap the file at 100 chars. Th
2222

2323

2424
## [Unreleased]
25+
### Added
26+
- Add `snafu` as dependency. `snafu` provide macros for creating domain specific errors and adding
27+
context to the underlying source errors.
28+
2529
### Changed
2630
- Change the public API of `ApplyTcpOptionsError`. So this is a breaking change. This stops
2731
exposing the internal details of the type which allows future changes to not be breaking.
2832
- MSRV bumps to 1.85
2933
- Rust language edition upgraded to 2024.
3034

35+
### Removed
36+
- Remove dependency `err-context`.
37+
3138

3239
## [0.4.0] - 2024-01-02
3340
### Changed

0 commit comments

Comments
 (0)