diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-12-31 15:41:48 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-12-31 16:02:47 +0100 |
commit | f5a70d1462592a23bbad4aa150e6b2beaeec7c42 (patch) | |
tree | 2d97d45e1b63e30e3442af39abcf2d4360b0725b | |
parent | e756eca9e8bf39f0a891f1760df0a317ecb7fee8 (diff) | |
parent | 3019ba28d1fbe631c2318375c44aca0d769cc5a5 (diff) |
Merge #14974: doc: Removing redundant line: "Windows XP not supported"
3019ba28d1fbe631c2318375c44aca0d769cc5a5 Making supported operating systems more clear (Ben Carman)
Pull request description:
With the doc saying that we only support Windows 7+ stating that XP isn't supported is redundant and can be removed. Bitcoin stop supporting Windows XP in 0.13 so users should have had plenty of time to learn that XP is no longer supported.
Tree-SHA512: bbaaea205ea7ec9960198e70ded83e8f384c9b8c476ed873488635b8dfe28a482f8caa50df2fd818f226cdc936a21de087e95f0f1fd7f5ae17e7889ea0bea221
-rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 9465258310..6b4bb478e9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -47,8 +47,9 @@ processing the entire blockchain. Compatibility ============== -Bitcoin Core is extensively tested on multiple operating systems using -the Linux kernel, macOS 10.10+, and Windows 7 and newer (Windows XP is not supported). +Bitcoin Core is supported and extensively tested on operating systems using +the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended +to use Bitcoin Core on unsupported systems. Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them. |