Skip to content

Commit 4b02e9c

Browse files
committed
run new vendor-libsecp.sh; fix upstream CHANGELOG.
1 parent b58a60f commit 4b02e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secp256k1-sys/depend/secp256k1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)