From 6ca836ab3abef5a90df0c3c4e4983f328b1afe00 Mon Sep 17 00:00:00 2001
From: MeshCollider <dobsonsa68@gmail.com>
Date: Mon, 15 Oct 2018 18:54:37 +1300
Subject: [PATCH] Add release note for listunspent P2WSH change

---
 doc/release-notes-14481.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 doc/release-notes-14481.md

diff --git a/doc/release-notes-14481.md b/doc/release-notes-14481.md
new file mode 100644
index 000000000..ea8fc3c34
--- /dev/null
+++ b/doc/release-notes-14481.md
@@ -0,0 +1,9 @@
+Low-level RPC changes
+----------------------
+
+The `listunspent` RPC has been modified so that it also returns `witnessScript`,
+the witness script in the case of a P2WSH or P2SH-P2WSH output.
+
+The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
+modified so that they also optionally accept a `witnessScript`, the witness script in the
+case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.