From 5bd3569e120a6172d9df68e1d1d0eed15e8104b1 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Thu, 21 May 2026 16:30:51 +0100 Subject: [PATCH] CHANGELOG: Add entry for address parsing fix Add entry for commit `704b6cdabbdf7e16476a651287dbf967ee1f92ad`. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345e4c33..6d3cb9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## Fixed Bugs + +- Parsing `AddressType` and `Address` would fail for dependents that do not + enable the `radicle` crate features `tor` and/or `i2p`. + These features are enabled by default in `radicle-node`. If another program + builds without these features and attempts to resolve addresses out of the + database that was written to by `radicle-node`, it does not recognize these + addresses. + Address entries of a node that do not parse are now skipped. + ## 1.9.0 ## Minimum Supported Rust Version (MSRV)