Add release notes

This commit is contained in:
Greg Pfeil 2022-12-02 22:58:38 -07:00
parent cf720fcf0f
commit 747a6b6acc
1 changed files with 9 additions and 0 deletions

View File

@ -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 didnt match. When coinbase notes were selected in this
case, they would (properly) require that the transaction didnt have any
change, but this could be confusing, as the documentation stated that these
two conditions (using "ANY\_TADDR" and disallowing change) wouldnt coincide.