From 42e0aeb0ed7135bdb9b3d391dcc5b3a08192d540 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Wed, 10 May 2023 18:31:09 +0100 Subject: [PATCH] Mention where to find changes The old repo had a top level CHANGELOG, this new repo seems to use the GitHub releases page instead. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05bcb1539..d94513a35 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This SDK helps developers get started with the on-chain tools provided by Metapl Please note that this SDK has been re-implemented from scratch and is still in active development. This means **some of the core API and interfaces might change from one version to another**. However, feel free to use it and provide some early feedback if you wish to contribute to the direction of this project. +## Changelog + +See the [GitHub Releases page](https://github.com/metaplex-foundation/js/releases) for information about changes and new features in each release. + ## Installation ```sh npm install @metaplex-foundation/js @solana/web3.js