Skip to content

Commit 3b8a82e

Browse files
committed
Add changelog entry for removal of ONE_KEY
In the 0.25.0 release we removed the `ONE_KEY` const but did not mention it in the release notes. This makes upgrade harder than it should be. In hindsight we should have deprecated the const then removed it. Add a changelog entry to the 0.25.0 release mentioning the removal and the work around.
1 parent 7c8270a commit 3b8a82e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [Introduce `rustfmt`](https://github.com/rust-bitcoin/rust-secp256k1/pull/499) to the codebase.
2424
* [Make all raw pointer methods go through the CPtr trait](https://github.com/rust-bitcoin/rust-secp256k1/pull/507).
2525
* [Make comparison functions stable](https://github.com/rust-bitcoin/rust-secp256k1/pull/518).
26+
* [Remove](https://github.com/rust-bitcoin/rust-secp256k1/pull/512) public constant `ONE_KEY` (consider using `FromStr` as a replacement).
2627

2728
# 0.24.1 - 2022-10-25
2829

0 commit comments

Comments
 (0)