From 3cca6515fcc2a9c74c643778ec7d1a138342c540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Wed, 17 Jul 2024 14:27:12 +0200 Subject: [PATCH] Add to changelog that error-chain was removed --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e109a3..5d8977f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.