Merge rust-bitcoin/rust-bitcoin#4117: Grab missing changelog
2d6ee57d9c
Grab missing changelog (Tobin C. Harding) Pull request description: We release `v0.32.4` and `v0.32.5` already but forgot to merge the changelog entries back into master. Grab the missing changelog entries from the `0.32.x` release branch. ACKs for top commit: Kixunil: ACK2d6ee57d9c
apoelstra: ACK 2d6ee57d9c67a49a39eaf89781129a63c7d05e1a; successfully ran local tests Tree-SHA512: bfa4d8ef2c58f1cc74c6a027ed33bab70a660c3bfcf2d2a72839741a3beb5ef6a355e1ca99e3aaa24a77a48f8c678a84d1c0bf7e5e30c1b33496b866e8667351
This commit is contained in:
commit
5b6eebda8a
|
@ -121,6 +121,20 @@ For changes to our dependencies included in this release see:
|
|||
- Change `TxIn::default()` to `TxIn::EMPTY_COINBASE` if appropriate.
|
||||
- Change `to_raw_hash()` to `to_byte_array()`.
|
||||
- `bitcoin::error::UnprefixedHexError` moved to `bitcoin::parse::UnprefixedHexError`.
|
||||
# 0.32.5 - 2024-11-27
|
||||
|
||||
- Backport - Re-export `bech32` crate [#3662](https://github.com/rust-bitcoin/rust-bitcoin/pull/3662)
|
||||
- Backport - Add API for extracting the inner payload of `RawNetworkMessage` [#3523](https://github.com/rust-bitcoin/rust-bitcoin/pull/3523)
|
||||
- Backport - Fix bug in witness stack getters [#3626](https://github.com/rust-bitcoin/rust-bitcoin/pull/3626)
|
||||
- Backport - address: Add `Address::into_unchecked` [#3655](https://github.com/rust-bitcoin/rust-bitcoin/pull/3655)
|
||||
|
||||
# 0.32.4 - 2024-10-24
|
||||
|
||||
- Bound decode methods on `Read`, rather than `BufRead` [#3173](https://github.com/rust-bitcoin/rust-bitcoin/pull/3173)
|
||||
- Backport - Some additional inspectors on `Script` and `Witness` [#2646](https://github.com/rust-bitcoin/rust-bitcoin/pull/2646)
|
||||
- Backport - Add difficulty adjustment calculation [#3494](https://github.com/rust-bitcoin/rust-bitcoin/pull/3494)
|
||||
- Backport - Add testnet 4 support [#3453](https://github.com/rust-bitcoin/rust-bitcoin/pull/3453)
|
||||
- Backport - CI: Copy main workflow from master [#3418](https://github.com/rust-bitcoin/rust-bitcoin/pull/3418)
|
||||
|
||||
# 0.32.3 - 2024-09-27
|
||||
|
||||
|
|
Loading…
Reference in New Issue