From 83f41a48f5866b2df2565c79b22c00959cd5ba70 Mon Sep 17 00:00:00 2001 From: codewithgun Date: Tue, 11 Jun 2024 14:33:26 +0800 Subject: [PATCH] doc: update README --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d4d713..4e7623c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -192,6 +192,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Breaking - Program endpoint `initialize_reward`. It require `token_badge` to be passed for the reward mint. +- Program endpoint `initialize_permission_pair` It requires token_badge and respective token_program to be passed. ### Changed @@ -203,3 +204,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `claimFee2` instead of `claimFee` to support both token and token 2022 program. - Use `initializeLbPair2` instead of `initializeLbPair`to support both token and token 2022 program. +- `initializePermissionPair` support token 2022 program.