Browse Source

Add a link to the release notes in the changelog (#2957)

Mike MacCana 1 year ago
parent
commit
d8d007eb89
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -30,6 +30,8 @@ The minor version will be incremented upon a breaking change and the patch versi
 
 
 ## [0.30.0] - 2024-04-15
 ## [0.30.0] - 2024-04-15
 
 
+See the [Anchor 0.30 release notes](https://www.anchor-lang.com/release-notes/0.30.0) for a high-level overview of how to update.
+
 ### Features
 ### Features
 
 
 - cli: Allow force `init` and `new` ([#2698](https://github.com/coral-xyz/anchor/pull/2698)).
 - cli: Allow force `init` and `new` ([#2698](https://github.com/coral-xyz/anchor/pull/2698)).
@@ -120,6 +122,8 @@ The minor version will be incremented upon a breaking change and the patch versi
 
 
 ## [0.29.0] - 2023-10-16
 ## [0.29.0] - 2023-10-16
 
 
+See the [Anchor 0.29 release notes](https://www.anchor-lang.com/release-notes/0.29.0) for a high-level overview of how to update.
+
 ### Features
 ### Features
 
 
 - lang: Change all accounts to have a reference to `AccountInfo` ([#2656](https://github.com/coral-xyz/anchor/pull/2656)).
 - lang: Change all accounts to have a reference to `AccountInfo` ([#2656](https://github.com/coral-xyz/anchor/pull/2656)).