summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-14 15:37:43 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-18 02:40:02 +0000
commit896f43c72bcfd3f1e2240f54609868634a3c4e45 (patch)
tree82ba8cd93a9e8e176d75355a2fc06242d7d92016 /ChangeLog
parent35b8e8794f00987b4b9380f5f20f6ca6ec64b7c3 (diff)
downloadzsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.tar.gz
zsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.tar.xz
zsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.zip
37634: _man: Support subsection names such as '3p'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72acb9123..d64e2c121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 37634: Completion/Unix/Command/_man: _man: Support subsection
+	names such as '3p'.
+
 	* 37634: Completion/Unix/Command/_man: _man: Disentangle a local
 	variable that had two distinct semantics. No functional change