about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-12 20:41:04 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-12 20:41:04 +0100
commit8ea597722287a9a2f827f754364491bb5f033c15 (patch)
tree0b68668d67b356496aaa5f060a63c1cc7a30f876 /ChangeLog
parent9bdaf0197f074b6dff70569f60c583b18e35f755 (diff)
downloadzsh-8ea597722287a9a2f827f754364491bb5f033c15.tar.gz
zsh-8ea597722287a9a2f827f754364491bb5f033c15.tar.xz
zsh-8ea597722287a9a2f827f754364491bb5f033c15.zip
49564: always use descriptions included in the file-patterns style and allow the recursive-files style to also work in those cases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2422e4120..0ad9c4609 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-11-12  Oliver Kiddle  <opk@zsh.org>
 
+	* 49564: Completion/Unix/Type/_files, Doc/Zsh/compsys.yo: always
+	use descriptions included in the file-patterns style and allow
+	the recursive-files style to also work in those cases
+
 	* 49562: Doc/Zsh/compsys.yo: remove old documentation for
 	other-files tag that was removed in 36165