diff options
author | fanquake <fanquake@gmail.com> | 2018-07-09 00:28:20 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-07-25 07:30:28 +0800 |
commit | 6c6dbd8af5a348bd2d9d14aa8f48f512e418eae6 (patch) | |
tree | 6bf10366cc7b3926910fbb7ccc34814b2046dbd7 /doc/release-notes.md | |
parent | 84b0cfa8b6859822bd964ef42b03832990d2ec03 (diff) |
doc: mention that macOS 10.10 is now required
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index b7eaa6eaf4..ad0c42ab31 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -48,11 +48,14 @@ Compatibility ============== Bitcoin Core is extensively tested on multiple operating systems using -the Linux kernel, macOS 10.8+, and Windows 7 and newer (Windows XP is not supported). +the Linux kernel, macOS 10.10+, and Windows 7 and newer (Windows XP is not supported). Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them. +From 0.17.0 onwards macOS <10.10 is no longer supported. 0.17.0 is built using Qt 5.9.x, which doesn't +support versions of macOS older than 10.10. + Notable changes =============== |