What changed, and why it matters
This commit fixes a typo in a changelog hyperlink. It changes one version number in a Markdown reference link so the comparison URL points to the correct previous release. There is no code change and no security relevance.
No action required. This is a benign documentation correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch updates a single reference link in units/CHANGELOG.md. The link label [0.5.0] previously compared bitcoin-units-0.3.0…bitcoin-units-0.5.0 and now correctly compares bitcoin-units-0.4.0…bitcoin-units-0.5.0. This is a documentation-only fix with no functional or security impact.
Changed components
units/CHANGELOG.mdInspect captured patch +1 / −1
diff --git a/units/CHANGELOG.md b/units/CHANGELOG.md
index cebc4f7f..d2354248 100644
--- a/units/CHANGELOG.md
+++ b/units/CHANGELOG.md
@@ -167,7 +167,7 @@ The main types are:
Empty crate to reserve the name on crates.io
[Unreleased]: https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-units-0.5.0...HEAD
-[0.5.0]: https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-units-0.3.0...bitcoin-units-0.5.0
+[0.5.0]: https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-units-0.4.0...bitcoin-units-0.5.0
[0.4.0]: https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-units-0.3.0...bitcoin-units-0.4.0
[0.3.0]: https://github.com/rust-bitcoin/rust-bitcoin/compare/units-0.2.0...bitcoin-units-0.3.0
[0.2.0]: https://github.com/rust-bitcoin/rust-bitcoin/compare/units-0.1.2...units-0.2.0
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.