From 4b00c71c157c61d50c409e2b67e9e7935b03679a Mon Sep 17 00:00:00 2001 From: eyusufatik Date: Mon, 13 Jan 2025 10:56:46 +0300 Subject: [PATCH] global-context-less-secure enables global-context, not the other way around --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866fafb98..d07988c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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