diff options
author | Peter Stephenson <pws@zsh.org> | 2013-10-23 18:11:40 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-10-23 18:11:40 +0100 |
commit | 225ee4c810be2c996ff83e75f696cf196bbf30ea (patch) | |
tree | 4c5fbde7b90872188b7a80f1af3e654a9284e684 /ChangeLog | |
parent | de1eb561a2dd7934fcb2b5f8dac7de11e04bc417 (diff) | |
download | zsh-225ee4c810be2c996ff83e75f696cf196bbf30ea.tar.gz zsh-225ee4c810be2c996ff83e75f696cf196bbf30ea.tar.xz zsh-225ee4c810be2c996ff83e75f696cf196bbf30ea.zip |
31873: Document conventions for command options in builtins
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c4c197881..e882c762e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-23 Peter Stephenson <p.stephenson@samsung.com> + + * 31873: Doc/Zsh/builtins.yo: Document conventions for use of + command options with builtin commands. + 2013-10-21 Barton E. Schaefer <schaefer@zsh.org> * 31869: Src/input.c: reduce WINCH-twaddling in shingetline() |