Skip to content

Commit b0f7bfe

Browse files
doc: Do not mention soname in CHANGELOG.md "ABI Compatibility" section
Co-authored-by: Tim Ruffing <[email protected]>
1 parent bd9d98d commit b0f7bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gcc -o ecdsa examples/ecdsa.c -I $dir/include -L $dir/lib*/ -l secp256k1 -Wl,-rp
4141
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) by
4242
* adding a section for the release (make sure that the version number is a link to a diff between the previous and new version),
4343
* removing the `[Unreleased]` section header, and
44-
* including an entry for `### ABI Compatibility` if it doesn't exist that mentions the library soname of the release,
44+
* including an entry for `### ABI Compatibility` if it doesn't exist,
4545
* sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
4646
* if this is not a patch release
4747
* updates `_PKG_VERSION_*` and `_LIB_VERSION_*` in `configure.ac` and

0 commit comments

Comments
 (0)