Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Update the changelog for v1.18 #33636

Merged
merged 2 commits into from
Oct 11, 2023
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
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
and follows a [Backwards Compatability Policy](https://docs.solana.com/developing/backwards-compatibility)

Release channels have their own copy of this changelog:
* [edge - v1.17](#edge-channel)
* [beta - v1.16](https://github.com/solana-labs/solana/blob/v1.16/CHANGELOG.md)
* [stable - v1.14](https://github.com/solana-labs/solana/blob/v1.14/CHANGELOG.md)
* [edge - v1.18](#edge-channel)
* [beta - v1.17](https://github.com/solana-labs/solana/blob/v1.17/CHANGELOG.md)
* [stable - v1.16](https://github.com/solana-labs/solana/blob/v1.16/CHANGELOG.md)

<a name="edge-channel"></a>
## [1.17.0] - Unreleased
## [1.18.0] - Unreleased
* Changes
* Upgrade Notes

## [1.17.0]
* Changes
* Added a changelog.
* Upgrade Notes
Expand Down Expand Up @@ -49,8 +53,9 @@ This simplifies the process of diffing between versions of the log.
## Maintaining This Changelog
### When creating a new release branch:
* Commit to master updating the changelog:
* Remove `Unreleased` annotation from vx.y.0 section.
* Update the edge, beta, and stable links
* Create new section: `vx.y+1.0 - Unreleased`
* Remove `Unreleased` annotation from vx.y.0 section.
* Create vx.y branch starting at that commit
* Tag that commit as vx.y.0

Expand Down