From dc6e36fffd8aa9e84427508faeef85bbe09bdaad Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 14 Jun 2024 10:53:32 -0500 Subject: [PATCH] add PR number to changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545412942..562be9606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed (Breaking) -- Migrated to the `2023_11` edition: +- Migrated to the `2023_11` edition (#995): - Component implementations annotated with `#[embeddable_as()]` (e.g: `AccessControlComponent::AccessControl`) are not public anymore. Note that the embeddable versions are still public (e.g: `AccessControlComponent::AccessControlImpl`). - Implementations that can be compiler-derived from traits are not public anymore (e.g: `DualCaseAccessControlImpl` is not public while `DualCaseAccessControlTrait` is). - `Secp256k1PointPartialEq` and `DebugSecp256k1Point` are not public anymore.