From 6acb02d635da68c0506b49a8dd27c2c3ded4addf Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 21 Mar 2018 14:50:12 -0400 Subject: [PATCH] add release note for sendmany output shuffling --- doc/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index b183ee0a5..973fd3c84 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 ---------------------