Merge rust-bitcoin/rust-bitcoin#2143: Add a missing link to #2006 in 'bitcoin/CHANGELOG.md'
2a891e0be8
Add a missing link to #2006 in 'bitcoin/CHANGELOG.md' (lateminer) Pull request description: In the changelog, there is a wrong link to #2006. Additionally, a link and description for #2020 are missing. This PR addresses these minor issues. ACKs for top commit: apoelstra: ACK2a891e0be8
tcharding: ACK2a891e0be8
Tree-SHA512: c6dc1362af5bb2e5f11c2ed48371a0236ab512aeb0f6075674994c054baf606d9cf30390d7021f9c02c3b7cc59a70c60edb64799afb35cc5ac716a3582aa8cd0
This commit is contained in:
commit
a4f57881e4
|
@ -35,7 +35,8 @@
|
|||
- Add `Script::is_mulitsig` [#2078](https://github.com/rust-bitcoin/rust-bitcoin/pull/2078)
|
||||
- Count sigops for `Transaction` [#2073](https://github.com/rust-bitcoin/rust-bitcoin/pull/2073)
|
||||
- Add `Psbt` fee checks [#2064](https://github.com/rust-bitcoin/rust-bitcoin/pull/2064)
|
||||
- Add `transaction::Version` data type [2006] [#2020](https://github.com/rust-bitcoin/rust-bitcoin/pull/2020)
|
||||
- Add version bytes consts [#2020](https://github.com/rust-bitcoin/rust-bitcoin/pull/2020)
|
||||
- Add `transaction::Version` data type [#2006](https://github.com/rust-bitcoin/rust-bitcoin/pull/2006)
|
||||
|
||||
- Moves, Removes, and renames:
|
||||
- Move witness types to the script module [#1846](https://github.com/rust-bitcoin/rust-bitcoin/pull/1846)
|
||||
|
|
Loading…
Reference in New Issue