summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d41ef3..e761f2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -605,6 +605,10 @@ Build
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.
+- Issue #9701: The MacOSX installer can patch the shell profile to ensure that
+ the "bin" directory inside the framework is on the shell's search path. This
+ feature now also supports the ZSH shell.
+
Tests
-----