diff --git a/CHANGELOG.md b/CHANGELOG.md index 02dfd0a4d..2784fb150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,29 @@ Update this for each program release and mainnet deployment. ## not on mainnet -### v0.24.0, 2024-4- +### v0.25.0, 2024-4- + +- Openbook-v2 integration (#836) + +- Remove delegate to owner withdrawal limitation (#939) + +- Allows the insurance fund to be any bank (#946) + +## mainnet + +### v0.24.0, 2024-4-18 + +Deployment: Apr 18, 2024 at 14:53:24 Central European Summer Time, https://explorer.solana.com/tx/2TFCGXQkUjRvkuuojxmiKefUtHPp6q6rM1frYvALByWMGfpWbiGH5hGq5suWEH7TUKoz4jb4KCGxu9DRw7YcXNdh - Allow skipping banks and invalid oracles when computing health (#891) - This is only possible when we know for sure that the operation would not put the account into negative health zone. + This is only possible when we know for sure that the operation would not put the account into negative health zone. - Add support for Raydium CLMM as oracle fallback (#856) - + - Add a `TokenBalanceLog` when charging collateral fees (#894) -- Withdraw instruction: remove overflow error and return appropriate error message instead (#910) +- Withdraw instruction: remove overflow error and return appropriate error message instead (#910) - Banks: add more safety checks (#895) @@ -24,9 +36,7 @@ Update this for each program release and mainnet deployment. - Add a sequence check instruction (#909) - Assert that a transaction was emitted and run with a correct view of the current mango state. - -## mainnet + Assert that a transaction was emitted and run with a correct view of the current mango state. ### v0.23.0, 2024-3-8