Grab missing changelog
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.
This commit is contained in:
parent
5a0d5d7b79
commit
2d6ee57d9c
|
@ -121,6 +121,20 @@ For changes to our dependencies included in this release see:
|
||||||
- Change `TxIn::default()` to `TxIn::EMPTY_COINBASE` if appropriate.
|
- Change `TxIn::default()` to `TxIn::EMPTY_COINBASE` if appropriate.
|
||||||
- Change `to_raw_hash()` to `to_byte_array()`.
|
- Change `to_raw_hash()` to `to_byte_array()`.
|
||||||
- `bitcoin::error::UnprefixedHexError` moved to `bitcoin::parse::UnprefixedHexError`.
|
- `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
|
# 0.32.3 - 2024-09-27
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue