The format is based on Keep a Changelog.
blub
bla
- Enable modules schnorrsig, extrakeys and ECDH by default in ./configure
- Deprecated context flags
SECP256K1_CONTEXT_VERIFY
andSECP256K1_CONTEXT_SIGN
. UseSECP256K1_CONTEXT_NONE
instead. - Renamed
secp256k1_context_no_precomp
tosecp256k1_context_static
.
- Added
secp256k1_selftest
, to be used in conjunction withsecp256k1_context_static
.
This version was never actually released. The number was given by the build system since the introduction of autotools in Jan 2014 (ea0fe5a5bf0c04f9cc955b2966b614f5f378c6f6). Therefore, this version number does not uniquely identify a set of source files.