Posthumously add changelog entry for 0.23.2
We did a quick point release but omitted the changelog entry, lets add it posthumously for completeness.
This commit is contained in:
parent
5f59820a8a
commit
a5918c615a
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.23.2 - 2022-06-27
|
||||||
|
|
||||||
|
* [Move `cbor` to dev-dependencies](https://github.com/rust-bitcoin/rust-secp256k1/pull/461)
|
||||||
|
* [Derive `Hash` for `RecoverableSignature`](https://github.com/rust-bitcoin/rust-secp256k1/pull/462)
|
||||||
|
|
||||||
# 0.23.1 - 2022-06-24
|
# 0.23.1 - 2022-06-24
|
||||||
|
|
||||||
[Enable "rand/std_rng" feature](https://github.com/rust-bitcoin/rust-secp256k1/pull/460) when the crate's "rnd-std" feature is enabled.
|
[Enable "rand/std_rng" feature](https://github.com/rust-bitcoin/rust-secp256k1/pull/460) when the crate's "rnd-std" feature is enabled.
|
||||||
|
|
Loading…
Reference in New Issue