Skip to content

Commit

Permalink
Add to changelog that error-chain was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 17, 2024
1 parent 8b0fd8a commit 3cca651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
`ipnetwork` is part of the public API.
* Upgrade crate to Rust 2021 edition.
* MSRV bumped to 1.69 due to use of `CStr::from_bytes_until_nul`.
* Replace `error-chain` generated errors with manually implemented error types.

### Removed
* Remove `PoolAddrList::to_palist` from the public API. It should never have been exposed.
Expand Down

0 comments on commit 3cca651

Please sign in to comment.