diff options
author | fanquake <fanquake@gmail.com> | 2019-11-22 18:12:00 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-22 18:44:43 -0500 |
commit | 27d82b63fb8869716d2f103fd381c2413bde4d1b (patch) | |
tree | c3857aa1e60aa2a810a1297b1cb722b1e13e7b48 /doc | |
parent | 0b79caf658019de2c65a53c9e11fd1d2f4c369b6 (diff) |
gui: remove macOS start on login code
The macOS startup item code was disabled for builds targeting macOS >
10.11 in #15208. Now that we require macOS 10.12 as a minimum, #17550,
we can remove the startup item code entirely, as the API we were using
was removed in macOS 10.12.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 88740ea1da..0981315190 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -86,6 +86,8 @@ Low-level Changes section below. GUI changes ----------- +- The "Start Bitcoin Core on system login" option has been removed on macOS. + Wallet ------ |