diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-02 14:28:35 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-02 14:25:07 -0400 |
commit | fab68a0772f48b3b0eb40cf1212f9df775b3189c (patch) | |
tree | e950bc52ca4c13c8ea979852d3297d7aa2f2795f /doc | |
parent | a689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff) |
doc: move-only release notes fragments for 0.20.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16524.md | 8 | ||||
-rw-r--r-- | doc/release-notes-16884.md | 2 | ||||
-rw-r--r-- | doc/release-notes.md | 31 |
3 files changed, 31 insertions, 10 deletions
diff --git a/doc/release-notes-16524.md b/doc/release-notes-16524.md deleted file mode 100644 index 11c2f60c38..0000000000 --- a/doc/release-notes-16524.md +++ /dev/null @@ -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) diff --git a/doc/release-notes-16884.md b/doc/release-notes-16884.md deleted file mode 100644 index e721080397..0000000000 --- a/doc/release-notes-16884.md +++ /dev/null @@ -1,2 +0,0 @@ -The wallet now by default uses bech32 addresses when using RPC, and creates native segwit -change outputs. 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 ======= |