doc: move-only release notes fragments for 0.20.0

This commit is contained in:
MarcoFalke 2019-10-02 14:28:35 -04:00
parent a689c11907
commit fab68a0772
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
3 changed files with 31 additions and 10 deletions

View File

@ -1,8 +0,0 @@
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)

View File

@ -1,2 +0,0 @@
The wallet now by default uses bech32 addresses when using RPC, and creates native segwit
change outputs.

View File

@ -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
=======