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:06:48 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-25 23:49:01 +0000
commit12414d80523ed73a15c495b3a2f95c23ab61b2b8 (patch)
tree1b63bd6ad6a1885688acc1a0256f572ddc4dfba2 /ChangeLog
parent38b0e1ff7e1bfcb8c7c6dffc328e2b98297b1878 (diff)
downloadzsh-12414d80523ed73a15c495b3a2f95c23ab61b2b8.tar.gz
zsh-12414d80523ed73a15c495b3a2f95c23ab61b2b8.tar.xz
zsh-12414d80523ed73a15c495b3a2f95c23ab61b2b8.zip
45583/0003: chrealpath: Let caller decide how the return value should be allocated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d45fcc670..c6478935c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-03-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 45583/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller
+	decide how the return value should be allocated.
+
 	* 45583/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink
 	resolution optional.