Skip to content

Commit

Permalink
CHANGELOG: Add entry for breaking change to curve22519-dalek crate (#…
Browse files Browse the repository at this point in the history
…3335)

CHANGELOG: Add entry for breaking change to curve22519-dalek

#### Problem

#1693 introduced a breaking change between v2.0 and v2.1 of the Solana
crates by bumping a dependency to a new major version, but it isn't
reflected in the changelog.

#### Summary of changes

Add a line in the changelog about the breaking change.
  • Loading branch information
joncinque authored Oct 29, 2024
1 parent 2b70253 commit d109005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Release channels have their own copy of this changelog:
* SDK:
* `cargo-build-sbf` and `cargo-build-bpf` have been deprecated for two years and have now been definitely removed.
Use `cargo-build-sbf` and `cargo-test-sbf` instead.
* dependency: `curve25519-dalek` upgraded to new major version 4 (#1693). This causes breakage when mixing v2.0 and v2.1 Solana crates, so be sure to use all of one or the other. Please use only crates compatible with v2.1.
* Stake:
* removed the unreleased `redelegate` instruction processor and CLI commands (#2213)
* Banks-client:
Expand Down

0 comments on commit d109005

Please sign in to comment.