Skip to content

Commit 656c83e

Browse files
Update CHANGELOG.md
Co-authored-by: Tim Ruffing <dev@real-or-random.org>
1 parent 8af2545 commit 656c83e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
#### Added
11-
- CMake: Added `secp256k1_objs` interface library to allow parent projects to embed secp256k1 object files into their own static libraries.
11+
- CMake: Added `secp256k1_objs` interface library to allow parent projects to embed libsecp256k1 object files into their own static libraries.
1212

1313
#### Changed
1414
- The pointers `secp256k1_context_static` and `secp256k1_context_no_precomp` to the constant context object are now const.
15-
- Removed `SECP256K1_WARN_UNUSED_RESULT` attribute from several functions that always return 1. Compilers will no longer warn if the return value is unused.
16-
- The minimum required CMake version was increased to 3.22.
17-
- Building with CMake is no longer considered experimental.
18-
- Shared libraries built with CMake on FreeBSD now create the full versioned filename and symlink chain, matching the behavior of autotools builds.
15+
- Removed `SECP256K1_WARN_UNUSED_RESULT` attribute (defined as `__attribute__ ((__warn_unused_result__))`) from several API functions that always return 1. Compilers will no longer warn if the return value is unused.
16+
- CMake: Building with CMake is no longer considered experimental.
17+
- CMake: The minimum required CMake version was increased to 3.22.
18+
- CMake: Shared libraries built with CMake on FreeBSD now create the full versioned filename and symlink chain, matching the behavior of autotools builds.
1919

2020
#### Removed
2121
- Removed previously deprecated function aliases `secp256k1_ec_privkey_negate`, `secp256k1_ec_privkey_tweak_add` and

0 commit comments

Comments
 (0)