diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-16 20:28:42 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-16 20:28:42 +0000 |
commit | 88ca4d461daecd9c405ea9e5fb019a44ecdb6985 (patch) | |
tree | 7101d65fdd3f9c35334ca045f1eb82b242f760a6 | |
parent | 1b16d04063a448041195aa403dea57d7aac37317 (diff) | |
download | zsh-88ca4d461daecd9c405ea9e5fb019a44ecdb6985.tar.gz zsh-88ca4d461daecd9c405ea9e5fb019a44ecdb6985.tar.xz zsh-88ca4d461daecd9c405ea9e5fb019a44ecdb6985.zip |
22275
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2fade4700..716faffa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-02-16 Wayne Davison <wayned@users.sourceforge.net> + * 22275: Doc/Zsh/expn.yo: a few more improvements in the + discussion of field splitting, the = flag, and SH_WORD_SPLIT. + * 22273: Src/subst.c, Test/D04parameter.ztst, README: made ${(A)=name:=word} not split on quoted whitespace and fixed a typo in the README. |