hashes: Grab point release changelogs
What changed, and why it matters
This commit only adds two missing changelog entries to a documentation file (hashes/CHANGELOG.md). It records that previous point releases removed a documentation configuration flag called `doc_auto_cfg`. No code, build scripts, tests, or dependencies were changed. There is no security relevance.
No action required. This is a non-functional documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to hashes/CHANGELOG.md, inserting entries for versions 0.14.1 and 0.13.1 noting the removal of doc_auto_cfg. No source code, Cargo.toml, CI, or other project files are modified. doc_auto_cfg is a Rust documentation attribute and its removal is a build/docs maintenance change, not a security fix.
Changed components
hashes/CHANGELOG.mdInspect captured patch +8 / −0
diff --git a/hashes/CHANGELOG.md b/hashes/CHANGELOG.md
index ffed6ad3..eb2c5765 100644
--- a/hashes/CHANGELOG.md
+++ b/hashes/CHANGELOG.md
@@ -85,6 +85,10 @@ using `hashes` in `rust-bitcoin` to see an example. Enjoy!
}
```
+# 0.14.1 - 2025-12-03
+
+* remove `doc_auto_cfg`
+
# 0.14.0 - 2024-03-21
* Bump MSRV to Rust version 1.56.1 [#2188](https://github.com/rust-bitcoin/rust-bitcoin/pull/2188)
@@ -106,6 +110,10 @@ using `hashes` in `rust-bitcoin` to see an example. Enjoy!
* Improve leaf errors [#2530](https://github.com/rust-bitcoin/rust-bitcoin/pull/2530)
* Implement `From<Infallible>` for errors [#2516](https://github.com/rust-bitcoin/rust-bitcoin/pull/2516)
+# 0.13.1 - 2026-04-02
+
+* Remove `doc_auto_cfg` [#5651](https://github.com/rust-bitcoin/rust-bitcoin/pull/5651)
+
# 0.13.0 - 2023-06-29
The main improvement in this version is removal of the `hex` module in favour of the new
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.