From cd2be389e6cbfd5133f30bda8ef7d7a79d8c44d3 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Mon, 20 Oct 2025 15:17:46 +0200 Subject: [PATCH] Update changelog for 0.5 --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d19b..4aa8c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,8 @@ - Export necessary RPC types. Fixes an issue where certain fields weren't public enough. - Make id types easier to create and add `PartialEq` and `Eq` impls for as many types as possible. - -## 0.4.8 (2025-10-16) - - Export `acp::Result` for easier indication of ACP errors. +- Use `acp::Error`/`acp::Result` instead of `anyhow::Error`/`anyhow::Result` for all return types. ## 0.4.7 (2025-10-13)