about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-21 18:01:36 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-25 23:49:01 +0000
commit38b0e1ff7e1bfcb8c7c6dffc328e2b98297b1878 (patch)
treec4053e7e8408fc45ed6f3f4a130cf93f63a79600 /ChangeLog
parentde587b43ba10fc11159630fd63486e247ea8719c (diff)
downloadzsh-38b0e1ff7e1bfcb8c7c6dffc328e2b98297b1878.tar.gz
zsh-38b0e1ff7e1bfcb8c7c6dffc328e2b98297b1878.tar.xz
zsh-38b0e1ff7e1bfcb8c7c6dffc328e2b98297b1878.zip
45583/0002: chrealpath: Make symlink resolution optional.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f291fec0..d45fcc670 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-03-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 45583/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink
+	resolution optional.
+
 	* 45583/0001: Test/D02glob.ztst: Add tests for the segfault on
 	resolving a symlink loop bug (workers/45282).