@@ -34,31 +34,27 @@ How to Upgrade
34
34
==============
35
35
36
36
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
38
38
installer (on Windows) or just copy over ` /Applications/Bitcoin-Qt ` (on Mac)
39
39
or ` bitcoind ` /` bitcoin-qt ` (on Linux).
40
40
41
41
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
43
43
wallet versions of Bitcoin Core are generally supported.
44
44
45
45
Compatibility
46
46
==============
47
47
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.
54
53
55
54
From Bitcoin Core 0.20.0 onwards, macOS versions earlier than 10.12 are no
56
55
longer supported. Additionally, Bitcoin Core does not yet change appearance
57
56
when macOS "dark mode" is activated.
58
57
59
- In addition to previously supported CPU platforms, this release's pre-compiled
60
- distribution provides binaries for the RISC-V platform.
61
-
62
58
Notable changes
63
59
===============
64
60
@@ -113,6 +109,9 @@ Wallet
113
109
introduced unbroadcast set. See the "P2P and network changes" section for
114
110
more information on the unbroadcast set. (#18038 )
115
111
112
+ - The wallet can create a transaction without change even when the keypool is
113
+ empty. Previously it failed. (#17219 )
114
+
116
115
#### Wallet RPC changes
117
116
118
117
- The ` upgradewallet ` RPC replaces the ` -upgradewallet ` command line option.
0 commit comments