about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-26 22:44:14 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-27 22:10:38 -0800
commit8ddcdad0c1559612b72b733e907d10806415d4fb (patch)
tree89133ad1d00a8fc5f90d99802402c74704dc58e3 /ChangeLog
parent25ca90e5abadd83f13e23a9866ec52c98d0b04a7 (diff)
downloadzsh-8ddcdad0c1559612b72b733e907d10806415d4fb.tar.gz
zsh-8ddcdad0c1559612b72b733e907d10806415d4fb.tar.xz
zsh-8ddcdad0c1559612b72b733e907d10806415d4fb.zip
37802: Clarify zparseopts documention. zparseopts "X::" specifier should also look for the optional argument in the word after "-X".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e6b148a9..8a8666c1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
 
 2016-01-26  Barton E. Schaefer  <schaefer@brasslantern.com>
 
+	* 37802: Doc/Zsh/mod_zutil.yo: Clarify zparseopts description.
+
+	* 37802: Src/Modules/zutil.c: zparseopts "X::" specifier should
+	also look for the optional argument in the word after "-X".
+
 	* 37785: Src/params.c: skip autoload parameters for "typeset -p"
 
 2016-01-25  Barton E. Schaefer  <schaefer@zsh.org>