diff --git a/doc/release-notes.md b/doc/release-notes.md index f9e712ed8d0..ebccd4d6fa1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -55,6 +55,13 @@ Updated RPCs previously deprecated in 23.0. (#23508) Information on soft fork status is now only available via the `getdeploymentinfo` RPC. +- The `deprecatedrpc=exclude_coinbase` configuration option has been removed. + The `receivedby` RPCs (`listreceivedbyaddress`, `listreceivedbylabel`, + `getreceivedbyaddress` and `getreceivedbylabel`) now always return results + accounting for received coins from coinbase outputs, without an option to + change that behaviour. Excluding coinbases was previously deprecated in 23.0. + (#25171) + Changes to wallet related RPCs can be found in the Wallet section below. New RPCs