Skip to content

Commit 9ecf814

Browse files
committed
Reduce font size in changelog
1 parent 2dc133a commit 9ecf814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.2.0] - 2022-12-12
1111

12-
### Added
12+
#### Added
1313
- Added usage examples for common use cases in a new `examples/` directory.
1414
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
1515
- Added support for 128-bit wide multiplication on MSVC for x86_64 and arm64, giving roughly a 20% speedup on those platforms.
1616

17-
### Changed
17+
#### Changed
1818
- Enabled modules schnorrsig, extrakeys and ECDH by default in `./configure`.
1919
- The `secp256k1_nonce_function_rfc6979` nonce function, used by default by `secp256k1_ecdsa_sign`, now reduces the message hash modulo the group order to match the specification. This only affects improper use of ECDSA signing API.
2020

21-
### Deprecated
21+
#### Deprecated
2222
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
2323
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
2424
- Renamed `secp256k1_schnorrsig_sign` to `secp256k1_schnorrsig_sign32`.
2525

26-
### ABI Compatibility
26+
#### ABI Compatibility
2727

2828
Since this is the first release, we do not compare application binary interfaces.
2929
However, there are unreleased versions of libsecp256k1 that are *not* ABI compatible with this version.

0 commit comments

Comments
 (0)