What changed, and why it matters
This commit only adds a changelog entry describing a previously released version (0.32.8). It does not change any source code, build scripts, tests, or documentation beyond the changelog file. The security relevance, if any, would belong to the earlier code change being documented (a BIP158 empty-query fix), not to this changelog-only commit.
No action required; this is a routine documentation update. Review the referenced pull requests (#4972, #4552) separately if assessing the security of the actual backported changes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
Commit 9a78efccd28081f8ed5df317b26d96ebc9592c89 is a documentation-only merge that appends the v0.32.8 release notes to bitcoin/CHANGELOG.md. The diff adds five lines: a version heading and two bullet points referencing prior backports. No Rust source, Cargo.toml, CI, or test files are modified.
Changed components
bitcoin/CHANGELOG.mdInspect captured patch +5 / −0
diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md
index 2d73fe6a..3fbe8d9b 100644
--- a/bitcoin/CHANGELOG.md
+++ b/bitcoin/CHANGELOG.md
@@ -141,6 +141,11 @@ The `serde` serialization for `Psbt` has changed.
- Change `to_raw_hash()` to `to_byte_array()`.
- `bitcoin::error::UnprefixedHexError` moved to `bitcoin::parse::UnprefixedHexError`.
+# 0.32.8 - 2025-11-24
+
+- Backport - bip158: Return no match for empty query [#4972](https://github.com/rust-bitcoin/rust-bitcoin/pull/4972)
+- Remove `doc_auto_cfg`
+
# 0.32.7 - 2025-07-30
- Backport - Use `_u32` in `FeeRate` constructor instead of `_unchecked` [#4552](https://github.com/rust-bitcoin/rust-bitcoin/pull/4552)
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.