Merge rust-bitcoin/rust-bitcoin#1760: Add per crate release notes link

1187e10299 Add per crate release notes link (Tobin C. Harding)

Pull request description:

  In #1759 we fixed the link to the bitcoin changelog, we can go one step further and add links for each of the crates.

ACKs for top commit:
  apoelstra:
    ACK 1187e10299
  Kixunil:
    ACK 1187e10299
  sanket1729:
    ACK 1187e10299

Tree-SHA512: 10c79c2e633c130855b321d7644b639d7f5fde9dbe94ee54005c34f7ac0821bab714d8a09a6480bfc5363cadc05eeb6dc052409b62e744aae130b7955d9d250d
This commit is contained in:
Andrew Poelstra 2023-03-30 19:28:03 +00:00
commit c7f970d8dc
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 5 additions and 1 deletions

View File

@ -200,7 +200,11 @@ support only a single blockchain.
## Release Notes
See [CHANGELOG.md](bitcoin/CHANGELOG.md).
Release notes are done per crate, see:
- [bitcoin CHANGELOG](bitcoin/CHANGELOG.md)
- [hashes CHANGELOG](hashes/CHANGELOG.md)
- [internals CHANGELOG](internals/CHANGELOG.md)
## Licensing