We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b643d commit 317330cCopy full SHA for 317330c
CHANGELOG.md
@@ -22,12 +22,19 @@ Line wrap the file at 100 chars. Th
22
23
24
## [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
+
29
### Changed
30
- Change the public API of `ApplyTcpOptionsError`. So this is a breaking change. This stops
31
exposing the internal details of the type which allows future changes to not be breaking.
32
- MSRV bumps to 1.85
33
- Rust language edition upgraded to 2024.
34
35
+### Removed
36
+- Remove dependency `err-context`.
37
38
39
## [0.4.0] - 2024-01-02
40
0 commit comments