What changed, and why it matters
This commit only updates the project's README file to add and reorganize links to release notes (CHANGELOG files) for several software components. It does not change any program code, build scripts, tests, or documentation that affects how the software behaves.
No security action needed. This is a documentation-only housekeeping change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies README.md only, adding missing CHANGELOG links and alphabetizing the list. No Rust source, Cargo.toml, CI configuration, or other functional files are touched. There are no code changes, dependency updates, or configuration changes.
Changed components
Inspect captured patch +6 / −1
diff --git a/README.md b/README.md
index 3037176a..5f32f528 100644
--- a/README.md
+++ b/README.md
@@ -116,12 +116,17 @@ Our code is public domain so by all means fork it and go wild :)
Release notes are done per crate, see:
-- [`bitcoin` CHANGELOG](bitcoin/CHANGELOG.md)
- [`addresses` CHANGELOG](addresses/CHANGELOG.md)
- [`base58` CHANGELOG](base58/CHANGELOG.md)
+- [`bip158` CHANGELOG](bip158/CHANGELOG.md)
+- [`bitcoin` CHANGELOG](bitcoin/CHANGELOG.md)
+- [`chacha20_poly1305` CHANGELOG](chacha20_poly1305/CHANGELOG.md)
+- [`consensus_encoding` CHANGELOG](consensus_encoding/CHANGELOG.md)
+- [`crypto` CHANGELOG](crypto/CHANGELOG.md)
- [`hashes` CHANGELOG](hashes/CHANGELOG.md)
- [`internals` CHANGELOG](internals/CHANGELOG.md)
- [`io` CHANGELOG](io/CHANGELOG.md)
+- [`p2p` CHANGELOG](p2p/CHANGELOG.md)
- [`primitives` CHANGELOG](primitives/CHANGELOG.md)
- [`units` CHANGELOG](units/CHANGELOG.md)
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.