Skip to content

Commit 9bc7751

Browse files
committed
Merge #19115: doc: Add release notes for 17219
fac0ed1 doc: Sync "how to upgrade" with 0.20.0 release notes (MarcoFalke) fa86179 doc: Add release notes for 17219 (MarcoFalke) Pull request description: ACKs for top commit: fanquake: ACK fac0ed1 - seems to match the relevant changes in https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.20.0-Release-Notes-Draft/_compare/79606b56b256c336a45b4f0cf818736335acfd7a, https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.20.0-Release-Notes-Draft/_compare/36c1d981d443c78627e4c8de2f9b9efa0e1a2a37 and https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.20.0-Release-Notes-Draft/_compare/4c17c85c6c7b159dad594f6f6bc5b7ff0fda0e88 Tree-SHA512: f04c2b3a1cd094d7f50e3f8db06d726873d2412d651c94bf38d17fd5ee0c47c84480d6b20ec18641888ee88012e7c59e7e794467a0eed1caf44c0569feecc4ca
2 parents a8327fd + fac0ed1 commit 9bc7751

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

doc/release-notes.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,27 @@ How to Upgrade
3434
==============
3535

3636
If you are running an older version, shut it down. Wait until it has completely
37-
shut down (which might take a few minutes for older versions), then run the
37+
shut down (which might take a few minutes in some cases), then run the
3838
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
3939
or `bitcoind`/`bitcoin-qt` (on Linux).
4040

4141
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
42-
possible, but it might take some time if the datadir needs to be migrated. Old
42+
possible, but it might take some time if the data directory needs to be migrated. Old
4343
wallet versions of Bitcoin Core are generally supported.
4444

4545
Compatibility
4646
==============
4747

48-
Bitcoin Core is supported and extensively tested on operating systems using
49-
the Linux kernel, macOS 10.12+, and Windows 7 and newer. It is not recommended
50-
to use Bitcoin Core on unsupported systems.
51-
52-
Bitcoin Core should also work on most other Unix-like systems but is not
53-
as frequently tested on them.
48+
Bitcoin Core is supported and extensively tested on operating systems
49+
using the Linux kernel, macOS 10.12+, and Windows 7 and newer. Bitcoin
50+
Core should also work on most other Unix-like systems but is not as
51+
frequently tested on them. It is not recommended to use Bitcoin Core on
52+
unsupported systems.
5453

5554
From Bitcoin Core 0.20.0 onwards, macOS versions earlier than 10.12 are no
5655
longer supported. Additionally, Bitcoin Core does not yet change appearance
5756
when macOS "dark mode" is activated.
5857

59-
In addition to previously supported CPU platforms, this release's pre-compiled
60-
distribution provides binaries for the RISC-V platform.
61-
6258
Notable changes
6359
===============
6460

@@ -113,6 +109,9 @@ Wallet
113109
introduced unbroadcast set. See the "P2P and network changes" section for
114110
more information on the unbroadcast set. (#18038)
115111

112+
- The wallet can create a transaction without change even when the keypool is
113+
empty. Previously it failed. (#17219)
114+
116115
#### Wallet RPC changes
117116

118117
- The `upgradewallet` RPC replaces the `-upgradewallet` command line option.

0 commit comments

Comments
 (0)