about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-09-26 08:43:44 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-11-26 08:38:39 +0000
commit94563d5ad14a0eb6effefd4c2c42a7ac84e91230 (patch)
tree986caaf06f3769ca9d2464dee29d2b3d96152a8e /ChangeLog
parent676aaf23c33bf21d492ed9354592d12f1225126e (diff)
downloadzsh-94563d5ad14a0eb6effefd4c2c42a7ac84e91230.tar.gz
zsh-94563d5ad14a0eb6effefd4c2c42a7ac84e91230.tar.xz
zsh-94563d5ad14a0eb6effefd4c2c42a7ac84e91230.zip
49445: docs: Clean up some subsection references.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d093ffb83..3773b8170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-11-26  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 49445: Doc/Zsh/calsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
+	Doc/Zsh/intro.yo, Doc/Zsh/jobs.yo, Doc/Zsh/mod_newuser.yo,
+	Doc/Zsh/options.yo, Doc/Zsh/params.yo, Doc/Zsh/roadmap.yo,
+	Doc/Zsh/zle.yo: docs: Clean up some subsection references.
+
 	* 49449: Completion/Unix/Command/_stat: _zstat: Don't offer -o
 	after -s, since -s is ignored when both -s and -o are specified.