aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Harding <dave@dtrt.org>2019-02-01 09:16:40 -0500
committerDavid A. Harding <dave@dtrt.org>2019-02-01 09:16:40 -0500
commit807add9f5d3d4a7d198c3aefd67b195382bb748f (patch)
treeb175d7a130a745a5c12824b54ba48bd617a7f929
parent30db5cc6418aa104c05b21ceceea3f04d1066b5f (diff)
downloadbitcoin-807add9f5d3d4a7d198c3aefd67b195382bb748f.tar.xz
[0.17] [Doc] Backport release note about PSBT doc
-rw-r--r--doc/release-notes.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 9540a31dac..5afbd7c26f 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -2,7 +2,7 @@ Bitcoin Core version 0.17.x is now available from:
<https://bitcoincore.org/bin/bitcoin-core-0.17.x/>
-This is a new major version release, including new features, various bugfixes
+This is a new minor version release, including new features, various bugfixes
and performance improvements, as well as updated translations.
Please report bugs using the issue tracker at GitHub:
@@ -60,7 +60,16 @@ support versions of macOS older than 10.10.
Notable changes
===============
-(todo)
+Documentation
+-------------
+
+- A new document introduces Bitcoin Core's BIP174
+ [Partially-Signed Bitcoin Transactions (PSBT)](https://github.com/bitcoin/bitcoin/blob/0.17/doc/psbt.md)
+ interface, which is used to allow multiple programs to collaboratively
+ work to create, sign, and broadcast new transactions. This is useful
+ for offline (cold storage) wallets, multisig wallets, coinjoin
+ implementations, and many other cases where two or more programs need
+ to interact to generate a complete transaction.
0.17.x change log
=================