Skip to content

Commit

Permalink
add PR number to changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Jun 14, 2024
1 parent 0588a1d commit dc6e36f
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 @@ -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.
Expand Down

0 comments on commit dc6e36f

Please sign in to comment.