Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md in prepration for v2.1 #3319

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
and follows a [Backwards Compatibility Policy](https://docs.solanalabs.com/backwards-compatibility)

Release channels have their own copy of this changelog:
* [edge - v2.1](#edge-channel)
* [beta - v2.0](https://github.com/solana-labs/solana/blob/v2.0/CHANGELOG.md)
* [stable - v1.18](https://github.com/solana-labs/solana/blob/v1.18/CHANGELOG.md)
* [edge - v2.2](#edge-channel)
* [beta - v2.1](https://github.com/solana-labs/solana/blob/v2.1/CHANGELOG.md)
* [stable - v2.0](https://github.com/solana-labs/solana/blob/v2.0/CHANGELOG.md)
Copy link

@nickfrosty nickfrosty Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be updated to the agave repo?


<a name="edge-channel"></a>
## [2.1.0] - Unreleased
## [2.2.0] - Unreleased

## [2.1.0]
* Breaking:
* SDK:
* `cargo-build-sbf` and `cargo-build-bpf` have been deprecated for two years and have now been definitely removed.
Expand Down