aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2021-02-19 23:03:03 +0100
committerAntoine Poinsot <darosior@protonmail.com>2021-04-28 10:00:31 +0200
commitebd4be43cc945e643f91d3a91007b5a35bbbd5a1 (patch)
treeb2ae7605ec35a170e39c06f9a49a41df4dbd4260 /doc
parent5aa50ab9cc7994b16cf13e4c73af80f0098f1bea (diff)
downloadbitcoin-ebd4be43cc945e643f91d3a91007b5a35bbbd5a1.tar.xz
doc: add release notes for 20867
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-20867.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-20867.md b/doc/release-notes-20867.md
new file mode 100644
index 0000000000..60eed6838f
--- /dev/null
+++ b/doc/release-notes-20867.md
@@ -0,0 +1,11 @@
+Wallet
+------
+
+- We now support up to 20 keys in `multi()` and `sortedmulti()` descriptors
+ under `wsh()`. (#20867)
+
+Updated RPCs
+------------
+
+- `addmultisigaddress` and `createmultisig` now support up to 20 keys for
+ Segwit addresses.