about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2022-05-26 09:33:43 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2022-05-26 09:33:43 +0100
commite4557ef852d512eddbd70f9c59e4bfb9fc4527a9 (patch)
tree06880967793fadcb9e8a1f25f235657a30ae10df /ChangeLog
parent92da264eea88582d51c9932b6233863298f79016 (diff)
downloadzsh-e4557ef852d512eddbd70f9c59e4bfb9fc4527a9.tar.gz
zsh-e4557ef852d512eddbd70f9c59e4bfb9fc4527a9.tar.xz
zsh-e4557ef852d512eddbd70f9c59e4bfb9fc4527a9.zip
50287: Use getcwd by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b65e7996..b637cdfdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-05-26  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 50287: configure.ac: Turn on use of getcwd by default.  Leave
+	the ability to turn it off per OS configuration.
+
 	* 50286: Functions/Misc/zed: avoid error if nounset is in effect.
 
 2022-05-25  Norbert Lange  <nolange79@gmail.com>