changelog: make order of change types match keepachangelog.com
This commit is contained in:
parent
b1f992a552
commit
13bf1b6b32
@ -6,6 +6,9 @@ Each change falls into one of the following categories: Added, Changed, Deprecat
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
|
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
|
||||||
|
|
||||||
@ -13,9 +16,6 @@ Each change falls into one of the following categories: Added, Changed, Deprecat
|
|||||||
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
|
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
|
||||||
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
|
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
|
||||||
|
|
||||||
### Added
|
|
||||||
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
|
|
||||||
|
|
||||||
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
|
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
|
||||||
|
|
||||||
### Added/Changed/Deprecated/Removed/Fixed/Security
|
### Added/Changed/Deprecated/Removed/Fixed/Security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user