Skip to content

Commit

Permalink
hashes: Remove duplicate entry
Browse files Browse the repository at this point in the history
We accidentally mentioned an error change twice, remove the entry
without the PR link.
  • Loading branch information
tcharding committed Sep 7, 2023
1 parent 8e573f4 commit cd47daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hashes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bumped the Minimum Supported Rust Version across the `rust-bitcoin` ecosystem to

* Bump MSRV to 1.48.0 [#1729](https://github.com/rust-bitcoin/rust-bitcoin/pull/1729).
* Depend on new `hex-conservative` crate and remove `hex` module [#1883](https://github.com/rust-bitcoin/rust-bitcoin/pull/1833).
* Convert enum `crate::Error` to struct `crate::FromSliceError`.
* Make `sha256t_hash_newtype!` evocative of the output [#1773](https://github.com/rust-bitcoin/rust-bitcoin/pull/1773).
* Implement computing SHA256 in const context [#1769](https://github.com/rust-bitcoin/rust-bitcoin/pull/1769).
* Add `from_bytes_ref` and `from_bytes_mut` to all hash types [#1761](https://github.com/rust-bitcoin/rust-bitcoin/pull/1761).
Expand Down

0 comments on commit cd47daf

Please sign in to comment.