diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-16 14:11:26 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-03-17 14:15:07 +0100 |
commit | fa4943e8df2e1048a5030f1d93776ca2b9da7b8a (patch) | |
tree | b1ed9c6a56eef28f1c705cd2f2fd44b63d5b4da9 /doc/release-notes.md | |
parent | bf2c0fb2a26432762bf98e19a98e252b7bdd7d30 (diff) |
doc: Add template for empty release notes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 54 |
1 files changed, 43 insertions, 11 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 2342342ae2..8462714898 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,17 +1,7 @@ -*After branching off for a major version release of Bitcoin Core, use this -template to create the initial release notes draft.* - *The release notes draft is a temporary file that can be added to by anyone. See [/doc/developer-notes.md#release-notes](/doc/developer-notes.md#release-notes) for the process.* -*Create the draft, named* "*version* Release Notes Draft" -*(e.g. "23.0 Release Notes Draft"), as a collaborative wiki in:* - -https://github.com/bitcoin-core/bitcoin-devwiki/wiki/ - -*Before the final release, move the notes back to this git repository.* - *version* Release Notes Draft =============================== @@ -54,9 +44,51 @@ unsupported systems. Notable changes =============== -Example item +P2P and network changes +----------------------- + +Updated RPCs +------------ + + +Changes to wallet related RPCs can be found in the Wallet section below. + +New RPCs +-------- + +Build System +------------ + +Updated settings +---------------- + + +Changes to GUI or wallet related settings can be found in the GUI or Wallet section below. + +New settings ------------ +Tools and Utilities +------------------- + +Wallet +------ + +GUI changes +----------- + +Low-level changes +================= + +RPC +--- + +Tests +----- + +*version* change log +==================== + Credits ======= |