diff options
author | Peter Stephenson <pws@zsh.org> | 2014-10-13 11:38:48 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-10-13 11:38:48 +0100 |
commit | 66320ca93a717467a0ed0d34da4c06257953aa50 (patch) | |
tree | a173101200a32693771977d2ce90f1d6375887a9 /ChangeLog | |
parent | 03241e50b00858c4ebd285cadc1abfcb965f25ce (diff) | |
download | zsh-66320ca93a717467a0ed0d34da4c06257953aa50.tar.gz zsh-66320ca93a717467a0ed0d34da4c06257953aa50.tar.xz zsh-66320ca93a717467a0ed0d34da4c06257953aa50.zip |
33459: test for variable substitution in variable splitting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d19cb8d08..37c751557 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-10-13 Peter Stephenson <p.stephenson@samsung.com> + + * 33459: Test/D04parameter.ztst: test for variable substitution + in variable splitting. + 2014-10-13 Oliver Kiddle <opk@zsh.org> * 33438: Completion/Base/Utility/_sequence: use the new way of |