Skip to content

Commit fe00192

Browse files
committed
Merge bitcoin#16455: doc: Remove downgrading warning in release notes, per 0.18 branch
77773ed doc: Remove downgrading warning in release notes, per 0.18 branch (MarcoFalke) Pull request description: Same as b702e37 (on the 0.18 branch) ACKs for top commit: jonatack: ACK 77773ed fanquake: ACK 77773ed Tree-SHA512: 4d7e598dd739f930f1a712f8647dfc7514e9fdef501f91bc0ee86642aa260360dc560335cd0f16b38b88b2a6b9cfc2df10b6418a371cf02137285d893e1cea30
2 parents d5a54ce + 77773ed commit fe00192

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

doc/release-notes.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Bitcoin Core version *version* is now available from:
1919

2020
<https://bitcoincore.org/bin/bitcoin-core-*version*/>
2121

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.
2424

2525
Please report bugs using the issue tracker at GitHub:
2626

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

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-
5645
Compatibility
5746
==============
5847

5948
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
6150
to use Bitcoin Core on unsupported systems.
6251

6352
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.
6554

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
6756
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
6958
macOS "dark mode" is activated.
7059

7160
In addition to previously-supported CPU platforms, this release's

0 commit comments

Comments
 (0)