secp256k1/CHANGELOG.md

23 lines
745 B
Markdown
Raw Normal View History

2021-07-06 21:51:36 +00:00
# Changelog
This file is currently only a template for future use.
Each change falls into one of the following categories: Added, Changed, Deprecated, Removed, Fixed or Security.
## [Unreleased]
### Added
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
### Changed
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
### Deprecated
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
2022-07-06 15:09:31 +00:00
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
2021-07-06 21:51:36 +00:00
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
### Added/Changed/Deprecated/Removed/Fixed/Security
- [Title with link to Pull Request](https://link-to-pr)