about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-01-05 13:31:13 +0100
committerOliver Kiddle <opk@zsh.org>2017-01-05 13:31:13 +0100
commitc2b7c5abbe615bfbd20a910d4093ac3ccdf5525f (patch)
tree560b6fe8c7011b8b4e9fa1bf85aa2a7b35bca1dc /ChangeLog
parent8be732cbcc248abfa82ee1b4d0031f684e79aa8b (diff)
downloadzsh-c2b7c5abbe615bfbd20a910d4093ac3ccdf5525f.tar.gz
zsh-c2b7c5abbe615bfbd20a910d4093ac3ccdf5525f.tar.xz
zsh-c2b7c5abbe615bfbd20a910d4093ac3ccdf5525f.zip
40269: handle option exclusion within current word for clumped options
This replaces the change made in 13999 with an alternative approach.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dee6ad7dd..49b7da6b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-05  Oliver Kiddle  <opk@zsh.org>
+
+	* 40269: Src/Zle/computil.c, Test/Y03arguments.ztst:
+	handle option exclusion within current word for clumped options
+
 2017-01-04  Oliver Kiddle  <opk@zsh.org>
 
 	* 40227: Src/Zle/computil.c, Test/Y03arguments.ztst: new approach