@@ -19,8 +19,8 @@ Bitcoin Core version *version* is now available from:
19
19
20
20
< https://bitcoincore.org/bin/bitcoin-core-*version*/ >
21
21
22
- This is a new major version release, including new features, various bugfixes
23
- and performance improvements, as well as updated translations.
22
+ This release includes new features, various bug fixes and performance
23
+ improvements, as well as updated translations.
24
24
25
25
Please report bugs using the issue tracker at GitHub:
26
26
@@ -42,30 +42,19 @@ Upgrading directly from a version of Bitcoin Core that has reached its EOL is
42
42
possible, but might take some time if the datadir needs to be migrated. Old
43
43
wallet versions of Bitcoin Core are generally supported.
44
44
45
- Downgrading warning
46
- -------------------
47
-
48
- The chainstate database for this release is not compatible with previous
49
- releases, so if you run 0.15 and then decide to switch back to any
50
- older version, you will need to run the old release with the ` -reindex-chainstate `
51
- option to rebuild the chainstate data structures in the old format.
52
-
53
- If your node has pruning enabled, this will entail re-downloading and
54
- processing the entire blockchain.
55
-
56
45
Compatibility
57
46
==============
58
47
59
48
Bitcoin Core is supported and extensively tested on operating systems using
60
- the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
49
+ the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
61
50
to use Bitcoin Core on unsupported systems.
62
51
63
52
Bitcoin Core should also work on most other Unix-like systems but is not
64
- frequently tested on them.
53
+ as frequently tested on them.
65
54
66
- From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
55
+ From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
67
56
built using Qt 5.9.x, which doesn't support versions of macOS older than
68
- 10.10. Additionally, Bitcoin Core does not yet change appearance when
57
+ 10.10. Additionally, Bitcoin Core does not yet change appearance when
69
58
macOS "dark mode" is activated.
70
59
71
60
In addition to previously-supported CPU platforms, this release's
0 commit comments