diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-10-13 11:13:41 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-10-13 11:13:55 +0200 |
commit | 03241e50b00858c4ebd285cadc1abfcb965f25ce (patch) | |
tree | cb234e97df7f568f08ce6e2a9cd694bc5bd4bdd4 /ChangeLog | |
parent | 2d14c085b761c71e35cc362f87cd4fecbc8e0676 (diff) | |
download | zsh-03241e50b00858c4ebd285cadc1abfcb965f25ce.tar.gz zsh-03241e50b00858c4ebd285cadc1abfcb965f25ce.tar.xz zsh-03241e50b00858c4ebd285cadc1abfcb965f25ce.zip |
33438: use the new way of splitting strings with a dynamic separator
from 33423 and quote separators where needed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4587d6419..d19cb8d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-10-13 Oliver Kiddle <opk@zsh.org> + + * 33438: Completion/Base/Utility/_sequence: use the new way of + splitting strings with a dynamic separator from 33423 and quote + separators where needed + 2014-10-12 Barton E. Schaefer <schaefer@zsh.org> * 33445: Src/init.c: fix handling of SHIN_STDIN (-s) when combined |