aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-11-26 09:56:05 -0500
committerfanquake <fanquake@gmail.com>2019-11-26 10:53:40 -0500
commit4fb82e916b3b92c14443db23d7f606eb02cf1654 (patch)
tree20946a2fb406566a82602b541ebaf7334bb6f41e /doc
parentf2ab1309619b995ce9acb30bf0d1ec8526c435ad (diff)
parent27d82b63fb8869716d2f103fd381c2413bde4d1b (diff)
downloadbitcoin-4fb82e916b3b92c14443db23d7f606eb02cf1654.tar.xz
Merge #17567: gui: remove macOS start on login code
27d82b63fb8869716d2f103fd381c2413bde4d1b gui: remove macOS start on login code (fanquake) Pull request description: 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. The API we were using, `LSSharedFileListItemCopyResolvedURL`, `LSSharedFileListCopySnapshot` etc, was removed in macOS `10.12` SDK. ACKs for top commit: jonasschnelli: utACK 27d82b63fb8869716d2f103fd381c2413bde4d1b jonasschnelli: Tested ACK 27d82b63fb8869716d2f103fd381c2413bde4d1b - successfully compiled on 10.15.1 Tree-SHA512: 7420757b91c7820e6a63280887155394547134a9cebcf3721af0284da23292627f94cd431241e033075b3fd86d79ace3ebf1b25d17763acbf71e07a742395409
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index d6bd8e6ed4..07caf0e53a 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -90,6 +90,8 @@ Low-level Changes section below.
GUI changes
-----------
+- The "Start Bitcoin Core on system login" option has been removed on macOS.
+
Wallet
------