diff options
author | Peter Stephenson <pws@zsh.org> | 2015-02-11 12:52:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-02-11 12:52:22 +0000 |
commit | 638bccb1c5e85da44f0dd551cc97bd522e633b4b (patch) | |
tree | 12854215893d51eb6e5d5164852d9452460d9e62 /ChangeLog | |
parent | 0209635832f519401ce9c45b675ef871be105cfc (diff) | |
download | zsh-638bccb1c5e85da44f0dd551cc97bd522e633b4b.tar.gz zsh-638bccb1c5e85da44f0dd551cc97bd522e633b4b.tar.xz zsh-638bccb1c5e85da44f0dd551cc97bd522e633b4b.zip |
users/19850: add pattern support to watch variable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cca917efe..7c52b4aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-11 Peter Stephenson <p.stephenson@samsung.com> + + * users/19850: Doc/Zsh/params.yo, Src/watch.c: watch variable + supports patterns for user, tty and host names. + 2015-02-10 Mikael Magnusson <mikachu@gmail.com> * 34488: Src/builtin.c: Fix use-after-free for print -zf and |