Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody4618 committed Nov 6, 2024
1 parent 9d6d333 commit 4bfca2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ Release channels have their own copy of this changelog:
* [stable - v1.18](https://github.com/solana-labs/solana/blob/v1.18/CHANGELOG.md)

<a name="edge-channel"></a>
## [2.2.0] - Unreleased
* Changes
* CLI:
* Add global `--skip-preflight` option for skipping preflight checks on all transactions sent through RPC. This flag, along with `--use-rpc`, can improve success rate with program deployments using the public RPC nodes.
## [2.1.0] - Unreleased
* Breaking:
* SDK:
* `cargo-build-sbf` and `cargo-build-bpf` have been deprecated for two years and have now been definitely removed.
* `cargo-build-bpf` and `cargo-test-bpf` have been deprecated for two years and have now been definitely removed.
Use `cargo-build-sbf` and `cargo-test-sbf` instead.
* Stake:
* removed the unreleased `redelegate` instruction processor and CLI commands (#2213)
Expand Down

0 comments on commit 4bfca2f

Please sign in to comment.