about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-26 18:52:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-28 13:01:20 +0000
commitf636cde7b501180c6ec07db8b60355c7af518c78 (patch)
treecd577d372f8e8a86b98ff5f5d7a27884c97c6f84 /ChangeLog
parenta4b4a3a7c7d9c94c1b19cab285f0a333761a3416 (diff)
downloadzsh-f636cde7b501180c6ec07db8b60355c7af518c78.tar.gz
zsh-f636cde7b501180c6ec07db8b60355c7af518c78.tar.xz
zsh-f636cde7b501180c6ec07db8b60355c7af518c78.zip
46132: docs: Use an itemized list in the documentation of the *(o) glob qualifier.
This should be easier to read, both as a tutorial and as a reference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1da0d92bf..ec66ace61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-06-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 46132: Doc/Zsh/expn.yo: docs: Use an itemized list in the
+	documentation of the *(o) glob qualifier.
+
 	* 46131: Completion/Unix/Command/_git: _git-config: Partly
 	fix a bug whereby a 'foo.ba<TAB>' wouldn't be completed to
 	'foo.bar.baz'.