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/).
7
7
## [ 0.2.0] - 2022-12-12
8
8
9
9
### 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 ` .
11
11
12
12
### Changed
13
13
- Enabled modules schnorrsig, extrakeys and ECDH by default in ` ./configure ` .
14
14
15
15
### Deprecated
16
16
- 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 ` .
18
18
19
19
### ABI Compatibility
20
20
You can’t perform that action at this time.
0 commit comments