From 747a6b6accb258fc5f367778b59dd5b6f54d4e8c Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Fri, 2 Dec 2022 22:58:38 -0700 Subject: [PATCH] Add release notes --- doc/release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index a29094b51..b670013d9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,3 +4,12 @@ release-notes at release time) Notable changes =============== +RPC Changes +----------- + +- `z_sendmany` will no longer select transparent coinbase when "ANY\_TADDR" is + used as the `fromaddress`. It was already documented to do this, but the + previous behavior didn’t match. When coinbase notes were selected in this + case, they would (properly) require that the transaction didn’t have any + change, but this could be confusing, as the documentation stated that these + two conditions (using "ANY\_TADDR" and disallowing change) wouldn’t coincide.