Skip to content

Commit

Permalink
Add missing CHANGELOG entries (anza-xyz#2634)
Browse files Browse the repository at this point in the history
#### Problem

There have been a couple of changes not reported in the CHANGELOG:
banks-client using `&self`, and solana-genesis cloning the feature set
from clusters.

#### Summary of changes

Add changelog entries for these PRs.
  • Loading branch information
joncinque authored and ray-kast committed Nov 27, 2024
1 parent f8a0c71 commit a94e71a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ Release channels have their own copy of this changelog:
Use `cargo-build-sbf` and `cargo-test-sbf` instead.
* Stake:
* removed the unreleased `redelegate` instruction processor and CLI commands (#2213)
* Banks-client:
* relax functions to use `&self` instead of `&mut self` (#2591)
* Changes
* SDK: removed the `respan` macro. This was marked as "internal use only" and was no longer used internally.
* `agave-validator`: Update PoH speed check to compare against current hash rate from a Bank (#2447)
* `solana-test-validator`: Add `--clone-feature-set` flag to mimic features from a target cluster (#2480)
* `solana-genesis`: the `--cluster-type` parameter now clones the feature set from the target cluster (#2587)

## [2.0.0]
* Breaking
Expand Down

0 comments on commit a94e71a

Please sign in to comment.