about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-10-23 18:11:40 +0100
committerPeter Stephenson <pws@zsh.org>2013-10-23 18:11:40 +0100
commit225ee4c810be2c996ff83e75f696cf196bbf30ea (patch)
tree4c5fbde7b90872188b7a80f1af3e654a9284e684 /ChangeLog
parentde1eb561a2dd7934fcb2b5f8dac7de11e04bc417 (diff)
downloadzsh-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--ChangeLog5
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()