From 7581c97bd2f605f4a616f0f771c74de3c1fd2eec Mon Sep 17 00:00:00 2001 From: codewithgun Date: Mon, 10 Jun 2024 22:48:51 +0800 Subject: [PATCH] doc: update README --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f6a998..15763000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -170,7 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `getEmissionRate` should not return ended reward, which can be read from `rewardDurationEnd` -## lb_clmm [0.7.0] +## lb_clmm [0.7.0] - PR #83 ### Added @@ -186,3 +186,10 @@ 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. + +## @meteora-ag/dlmm [1.0.45] - PR #83 + +### Changed + +- 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.