From a94e71abdd086e03f56795801da1a38e574fe9c7 Mon Sep 17 00:00:00 2001 From: Jon C Date: Fri, 16 Aug 2024 12:45:53 -0400 Subject: [PATCH] Add missing CHANGELOG entries (#2634) #### 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. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd6e2b22698d0..66aadb9b702c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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