bitcoin: Add PR links to 101 changelog
What changed, and why it matters
This commit only edits a changelog file, adding hyperlinks to previously merged pull requests and fixing a minor formatting bullet point. It does not change any source code, build scripts, tests, or documentation that affects how the software runs.
No security action needed. This is a documentation-only changelog update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to bitcoin/CHANGELOG.md. It converts one bullet into regular text and adds three new changelog entries with links to GitHub PRs (#6337, #6386, #6184). No Rust code, dependencies, configuration, or cryptographic logic is modified.
Changed components
Inspect captured patch +5 / −1
diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md
index 18c083cf..72c50ee6 100644
--- a/bitcoin/CHANGELOG.md
+++ b/bitcoin/CHANGELOG.md
@@ -51,7 +51,11 @@ The `serde` serialization for `Psbt` has changed.
**Bump the MSRV to Rust 1.60.0**
-- Exposes the new stabilized encoding library through the optional `encoding` feature. Note that enabling it bumps the MSRV to 1.74.0.
+Exposes the new stabilized encoding library through the optional `encoding` feature. Note that enabling it bumps the MSRV to 1.74.0.
+
+- Remove mutagen [#6337](https://github.com/rust-bitcoin/rust-bitcoin/pull/6337)
+- Use `write!` in `ParseNetwork` and `UnknownAddressType` error displays [#6386](https://github.com/rust-bitcoin/rust-bitcoin/pull/6386)
+- Add `consensus_encoding` to types present in units 1.0 [#6184](https://github.com/rust-bitcoin/rust-bitcoin/pull/6184)
## [0.32.100] - 2026-05-26 [YANKED]
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.