about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-09-07 23:33:42 +0200
committerOliver Kiddle <opk@zsh.org>2016-09-07 23:33:42 +0200
commit7d98ac7cd509ffc8221bb46323c040421347a3f3 (patch)
tree72b54c2efa8b8aa76a66283fd502677d84c27c24 /ChangeLog
parent1fe962cbfdd82b2528d1214e997d229a96a6ddb9 (diff)
downloadzsh-7d98ac7cd509ffc8221bb46323c040421347a3f3.tar.gz
zsh-7d98ac7cd509ffc8221bb46323c040421347a3f3.tar.xz
zsh-7d98ac7cd509ffc8221bb46323c040421347a3f3.zip
unposted: fix to use ;| style fall-throughs in the case statement
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 727ccadfb..36d1fb608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,18 @@
 2016-09-07  Oliver Kiddle  <opk@zsh.org>
 
-	39209: Matthew Martin: Completion/BSD/Command/_chflags:
+	* unposted: Completion/Unix/Command/_rm: fix to use ;|
+	style fall-throughs in the case statement
+
+	* 39209: Matthew Martin: Completion/BSD/Command/_chflags:
 	Update options
 
-	39208: Matthew Martin: Completion/BSD/Command/_chflags:
+	* 39208: Matthew Martin: Completion/BSD/Command/_chflags:
 	Update flags
 
-	39223: Matthew Martin: Completion/BSD/Command/_chflags:
+	* 39223: Matthew Martin: Completion/BSD/Command/_chflags:
 	Introduce addflags function to reduce redundancy
 
-	39193: Completion/Unix/Type/_remote_files: don't pass options
+	* 39193: Completion/Unix/Type/_remote_files: don't pass options
 	from after -- on to compadd
 
 2016-09-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>