diff options
author | Jeremy Rubin <j@rubin.io> | 2019-10-21 13:22:56 -0700 |
---|---|---|
committer | Jeremy Rubin <j@rubin.io> | 2019-10-21 13:22:56 -0700 |
commit | 91f3073f08aff395dd813296bf99fd8ccc81bb27 (patch) | |
tree | 0ee1b4aa50741a7b911d5af97d1f69f0c38c3cef /doc/release-notes.md | |
parent | 8f174ef112199aa4e98d756039855cc561687c2e (diff) |
Update release notes to mention changes to IsTrusted and impact on wallet
Diffstat (limited to 'doc/release-notes.md')
-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 ea82962e75..a47c8802b0 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -85,6 +85,7 @@ Wallet ------ - The wallet now by default uses bech32 addresses when using RPC, and creates native segwit change outputs. +- The way that output trust was computed has been fixed in #16766, which impacts confirmed/unconfirmed balance status and coin selection. Low-level changes ================= |