about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStephane Chazelas <stephane@chazelas.org>2024-03-08 11:07:05 +0000
committerStephane Chazelas <stephane@chazelas.org>2024-03-08 11:07:05 +0000
commitfa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e (patch)
tree54fd310f911a4b6d22da45feabd4abba7ae3cbaf /ChangeLog
parent330821de01ebf1115079222f719c9a28cc26ff57 (diff)
downloadzsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.tar.gz
zsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.tar.xz
zsh-fa9b3ad5977ede0a4635cd86276dd0f0c2f6f03e.zip
52704: improve zsh_eval_context documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3cec14ab..ef6c9f02d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-08  Stephane Chazelas  <stephane@chazelas.org>
+
+	* 52704: Doc/Zsh/params.yo, mention new ${ ... } and ${|...}
+	operators and fix process substitution terminology in
+	documentation of $zsh_eval_context.
+
 2024-03-05  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52692: Doc/Zsh/params.yo, Src/builtin.c, Src/params.c,