aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-14941.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-08 12:45:56 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-08 12:46:01 -0500
commitd5dbb45bdf7d62257cf73c452f7d43727e3ae72b (patch)
tree012a4820c4e47d5eacb9f91cab2c8d685a6d64b8 /doc/release-notes-14941.md
parent1477933f289ed1b27ded2a8fc275ee88a4787592 (diff)
parent5d35d4384ac9d18dd03f127d45f83635d76a57d0 (diff)
downloadbitcoin-d5dbb45bdf7d62257cf73c452f7d43727e3ae72b.tar.xz
Merge #15314: [Doc] update release notes for changes up to cb35f1d
5d35d4384a Update release notes through to cb35f1d3 (David A. Harding) 9ad5ca17d9 Release notes: integrate detached & rm backports (David A. Harding) Pull request description: Monthly release notes update. ~~In addition to a few new notes, this removes from the master branch two notes about things that have been backported to the 0.17 branch (though not released yet): `unloadwallet` RPC now being blocking (0.17 has a detached release note for that) and the PSBT doc (0.17 does not have a release note for that; I'll open a PR).~~ Tree-SHA512: 569b651f2ec4d6d22c2410897f6980a0db2d9aad479730537f0c77cc8d905599a4e6d1db716720fec55a4ee77dd0bd5de9d02a0f636b63cd68ece61d24547af0
Diffstat (limited to 'doc/release-notes-14941.md')
-rw-r--r--doc/release-notes-14941.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/release-notes-14941.md b/doc/release-notes-14941.md
deleted file mode 100644
index c3820d0368..0000000000
--- a/doc/release-notes-14941.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Miscellaneous RPC changes
-------------
-
-- The `unloadwallet` RPC is now synchronous, meaning that it blocks until the
- wallet is fully unloaded.