File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
secp256k1-sys/depend/secp256k1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77## [ 0.2.0] - 2022-12-12
88
99### Added
10- - Added ` rustsecp256k1_v0_8_0_selftest ` , to be used in conjunction with ` rustsecp256k1_v0_8_0_context_static ` .
10+ - Added ` secp256k1_selftest ` , to be used in conjunction with ` secp256k1_context_static ` .
1111
1212### Changed
1313 - Enabled modules schnorrsig, extrakeys and ECDH by default in ` ./configure ` .
1414
1515### Deprecated
1616 - Deprecated context flags ` SECP256K1_CONTEXT_VERIFY ` and ` SECP256K1_CONTEXT_SIGN ` . Use ` SECP256K1_CONTEXT_NONE ` instead.
17- - Renamed ` rustsecp256k1_v0_8_0_context_no_precomp ` to ` rustsecp256k1_v0_8_0_context_static ` .
17+ - Renamed ` secp256k1_context_no_precomp ` to ` secp256k1_context_static ` .
1818
1919### ABI Compatibility
2020
You can’t perform that action at this time.
0 commit comments