From 22e1fe507055af8d857d883b55289e6ddcd201ee Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 18 Dec 2023 15:24:32 -0500 Subject: [PATCH] add rpc change to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3831c73c77ba..0fea0e428a9451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Release channels have their own copy of this changelog: * Added allow_commission_decrease_at_any_time feature which will allow commission on a vote account to be decreased even in the second half of epochs when the commission_updates_only_allowed_in_first_half_of_epoch feature would have prevented it + * RPC's `simulate_transaction` now returns `inner_instructions` as `json`/`jsonParsed` (#34313). * Upgrade Notes * `solana-program` and `solana-sdk` default to support for Borsh v1, with limited backward compatibility for v0.10 and v0.9. Please upgrade to Borsh v1.