aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-02 14:28:35 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-02 14:25:07 -0400
commitfab68a0772f48b3b0eb40cf1212f9df775b3189c (patch)
treee950bc52ca4c13c8ea979852d3297d7aa2f2795f /doc/release-notes.md
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
downloadbitcoin-fab68a0772f48b3b0eb40cf1212f9df775b3189c.tar.xz
doc: move-only release notes fragments for 0.20.0
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index db5aa0d8a7..88257b89d9 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -63,6 +63,37 @@ distribution provides binaries for the RISC-V platform.
Notable changes
===============
+New RPCs
+--------
+
+New settings
+------------
+
+Updated settings
+----------------
+
+Updated RPCs
+------------
+
+Note: some low-level RPC changes mainly useful for testing are described in the
+Low-level Changes section below.
+
+GUI changes
+-----------
+
+Wallet
+------
+
+- The wallet now by default uses bech32 addresses when using RPC, and creates native segwit change outputs.
+
+Low-level changes
+=================
+
+Tests
+-----
+
+- `-fallbackfee` was 0 (disabled) by default for the main chain, but 20000 by default for the test chains. Now it is 0 by default for all chains. Testnet and regtest users will have to add fallbackfee=20000 to their configuration if they weren't setting it and they want it to keep working like before. (#16524)
+
Credits
=======