Skip to content

Commit

Permalink
Merge #771: fix CHANGELOG.md for 0.23.0
Browse files Browse the repository at this point in the history
4b00c71 global-context-less-secure enables global-context, not the other way around (eyusufatik)

Pull request description:

  The mentioned commit in the changelog is this: c1bb316

  Change looks unnecessary, however, I had a minor heart-attack once I saw the changelog because we've been using the global-context feature for some time.

ACKs for top commit:
  apoelstra:
    ACK 4b00c71; successfully ran local tests

Tree-SHA512: 68af4a4257abee5a92157d638fa4c7ac4855aba98b45c558adf7ae22edd478f9d50b39d2ab6f708f6b1963b84fd25127930b0e7dccc6eb0c32302b684b41e678
  • Loading branch information
apoelstra committed Jan 13, 2025
2 parents 3b2868d + 4b00c71 commit 073e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The major change in this version is the increase of the Minimum Supported Rust V

## Other improvements

* `global-context` feature now activates `global-context-less-secure`.
* `global-context-less-secure` feature now activates `global-context`.
* `githooks/` directory added for contributors
* [Clippy is now used in CI](https://github.com/rust-bitcoin/rust-secp256k1/pull/448) and the code is clippy-compliant
* Various documentation improvements
Expand Down

0 comments on commit 073e2af

Please sign in to comment.