aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2019-01-18 21:47:01 -1000
committerJonas Schnelli <dev@jonasschnelli.ch>2019-01-21 22:42:51 -1000
commit516437a1b70b6df87faadfd38c3d84e6dfb5eae8 (patch)
treeef919b8b9bdd1115046e2dfd0c10a0abb91302cc /doc/release-notes.md
parent63144335becb705a233b32fb8d63f37b7d62071a (diff)
downloadbitcoin-516437a1b70b6df87faadfd38c3d84e6dfb5eae8.tar.xz
Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 53b5a2119f..c21a153a25 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -262,6 +262,12 @@ Graphical User Interface (GUI)
balance shown if the wallet was created using the `createwallet` RPC
and the `disable_private_keys` parameter was set to true.
+- The launch-on-startup option is no longer available on macOS if
+ compiled with macosx min version greater than 10.11 (use
+ CXXFLAGS="-mmacosx-version-min=10.11"
+ CFLAGS="-mmacosx-version-min=10.11" for setting the deployment
+ sdk version)
+
Low-level changes
=================