Remove root changelog since it is always out of date
What changed, and why it matters
This commit simply deletes the top-level CHANGELOG.md file from the rust-bitcoin repository. The file only contained links to per-crate changelogs and was not executable code, configuration, or documentation that affects security. There is no security relevance.
No action required; this is a routine documentation cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit removes the repository root CHANGELOG.md (12 lines deleted). The file was a pointer document listing per-crate changelog locations. No source code, build scripts, dependencies, cryptographic logic, or API surface changed. No security bug is introduced or fixed.
Changed components
CHANGELOG.md (documentation only)Inspect captured patch +0 / −12
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index bef93f09..00000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-A changelog is kept per crate, see:
-
-- [`bitcoin` CHANGELOG](bitcoin/CHANGELOG.md)
-- [`addresses` CHANGELOG](addresses/CHANGELOG.md)
-- [`base58` CHANGELOG](base58/CHANGELOG.md)
-- [`hashes` CHANGELOG](hashes/CHANGELOG.md)
-- [`internals` CHANGELOG](internals/CHANGELOG.md)
-- [`io` CHANGELOG](io/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.