summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac86186..9797b91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -659,6 +659,9 @@ Build
the "bin" directory inside the framework is on the shell's search path. This
feature now also supports the ZSH shell.
+- Issue #7473: avoid link errors when building a framework with a different
+ set of architectures than the one that is currently installed.
+
Tests
-----
- Issue #9628: fix runtests.sh -x option so more than one test can be excluded.