aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-30 12:30:41 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-30 12:28:07 -0400
commitfa861794d3a625defe5113d3333bfdfb030b2ae9 (patch)
treeabe91925dd0ff0da14fde8a2daa41ab7a3ca7ddb /doc/release-notes.md
parent826fe9c667118cc48ef000cd76e395e4cad4d6c1 (diff)
downloadbitcoin-fa861794d3a625defe5113d3333bfdfb030b2ae9.tar.xz
doc: Add release notes for 17219
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0a2d0fbfc3..3626233100 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -113,6 +113,9 @@ Wallet
introduced unbroadcast set. See the "P2P and network changes" section for
more information on the unbroadcast set. (#18038)
+- The wallet can create a transaction without change even when the keypool is
+ empty. Previously it failed. (#17219)
+
#### Wallet RPC changes
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.