Skip to content

Commit

Permalink
Update CHANGELOG.md in preparation for branching v2.0 (anza-xyz#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored and neutrinoks committed Jul 17, 2024
1 parent 7da0435 commit fd327f1
Showing 1 changed file with 6 additions and 4 deletions.
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.0](#edge-channel)
* [beta - v1.18](https://github.com/solana-labs/solana/blob/v1.18/CHANGELOG.md)
* [stable - v1.17](https://github.com/solana-labs/solana/blob/v1.17/CHANGELOG.md)
* [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)

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

## [2.0.0]
* Breaking
* SDK: Support for Borsh v0.9 removed, please use v1 or v0.10 (#1440)
* SDK: `Copy` is no longer derived on `Rent` and `EpochSchedule`, please switch to using `clone()` (solana-labs#32767)
Expand Down

0 comments on commit fd327f1

Please sign in to comment.