diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2018-03-21 14:50:12 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2018-03-23 08:56:58 -0400 |
commit | 6acb02d635da68c0506b49a8dd27c2c3ded4addf (patch) | |
tree | b1d7db94942824695c7e136f4b4719e8724ef924 /doc | |
parent | cf6ef3c1397fb41eb62ba5bc28a9a34a12f3b9aa (diff) |
add release note for sendmany output shuffling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index b183ee0a59..973fd3c84c 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -73,6 +73,7 @@ RPC changes - Wallet `listreceivedbylabel`, `listreceivedbyaccount` and `listunspent` RPCs add `label` fields to returned JSON objects that previously only had `account` fields. +- `sendmany` now shuffles outputs to improve privacy, so any previously expected behavior with regards to output ordering can no longer be relied upon. External wallet files --------------------- |