about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-19 21:54:50 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-19 21:54:50 +0100
commit973e356c34378d3d81585f83efe1349fc6c58d06 (patch)
tree918bd59ebbc03fcfe46f5a172fd9746795158a6a /ChangeLog
parent8cf76fb8f923917af3c21036c5132256d6b421e1 (diff)
downloadzsh-973e356c34378d3d81585f83efe1349fc6c58d06.tar.gz
zsh-973e356c34378d3d81585f83efe1349fc6c58d06.tar.xz
zsh-973e356c34378d3d81585f83efe1349fc6c58d06.zip
49594: adapt to changes in 49499 to ensure file modes starting with dash aren't taken to be flags
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c6d1b5a2..d678081a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-11-19  Oliver Kiddle  <opk@zsh.org>
 
+	* 49594: Completion/Unix/Command/_chmod: adapt to changes in 49499
+	to ensure file modes starting with dash aren't taken to be flags
+
 	* 49584: Completion/Unix/Command/_gem: allow for build options
 	in gem install completion