about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-02-12 11:32:11 -0800
committerBart Schaefer <schaefer@zsh.org>2023-02-12 11:32:11 -0800
commite807ac1157015581c1466407cbe722179244be37 (patch)
tree8f0b98789158d62da6feee7bf9bacffb5c1329b4 /ChangeLog
parent3e55a135c10d3582af22a3e6dc616f57ea212df8 (diff)
downloadzsh-e807ac1157015581c1466407cbe722179244be37.tar.gz
zsh-e807ac1157015581c1466407cbe722179244be37.tar.xz
zsh-e807ac1157015581c1466407cbe722179244be37.zip
51375: Clarify documentation, fix typos, add indexing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af448c5e3..1353de45d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-02-12  Bart Schaefer  <schaefer@zsh.org>
 
+	* 51375: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Doc/Zsh/params.yo,
+	Doc/Zsh/mod_parameter.yo: Clarify, fix typos, add indexing.
+
 	* 51374: Src/Modules/parameter.c, Src/params.c, Test/README,
 	Test/K01nameref.ztst: Expose named references in $parameters,
 	fix substitution error.