aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-04 01:38:09 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-15 00:01:00 +0000
commit645e905c327411555073fa7964b36f652998059f (patch)
tree2b32fd254666db33a1df9497a99647204dc9acc8 /doc
parentc37851de5752f107c16e19317f28038b6b7ca2dc (diff)
downloadbitcoin-645e905c327411555073fa7964b36f652998059f.tar.xz
doc: Add release notes for unloadwallet change to synchronous call
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14941.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14941.md b/doc/release-notes-14941.md
new file mode 100644
index 0000000000..c3820d0368
--- /dev/null
+++ b/doc/release-notes-14941.md
@@ -0,0 +1,5 @@
+Miscellaneous RPC changes
+------------
+
+- The `unloadwallet` RPC is now synchronous, meaning that it blocks until the
+ wallet is fully unloaded.