diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-12-28 03:20:18 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-12-28 03:20:18 +0000 |
commit | 30c98aa87ed0605f2e7cd254463624c062665cc8 (patch) | |
tree | c042114357e00dd0eba7978c494d8176e4ba3593 /ChangeLog | |
parent | ae146b0fe238a693e51233da1650004c2eb32b19 (diff) | |
download | zsh-30c98aa87ed0605f2e7cd254463624c062665cc8.tar.gz zsh-30c98aa87ed0605f2e7cd254463624c062665cc8.tar.xz zsh-30c98aa87ed0605f2e7cd254463624c062665cc8.zip |
30069: replace empty parens with LPAR()RPAR() in an example.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 52e672f88..2a9a5adb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-27 Barton E. Schaefer <schaefer@zsh.org> + + * 30069: Doc/Zsh/options.yo: replace empty parens with + LPAR()RPAR(). + 2011-12-21 Peter Stephenson <p.w.stephenson@ntlworld.com> * 30041: Src/subst.c: the offset hack to make @@ -15791,5 +15796,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5548 $ +* $Revision: 1.5549 $ ***************************************************** |