about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-03 20:33:11 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-03 20:33:11 +0100
commit1f396dbe25259d4279811c893cbf381d675ad97c (patch)
tree5c851bc6c4d3c622577a5325070c83e105dd9b52 /ChangeLog
parentebc27890dad7f8332e5962f1026d5ce1fbe7cac3 (diff)
downloadzsh-1f396dbe25259d4279811c893cbf381d675ad97c.tar.gz
zsh-1f396dbe25259d4279811c893cbf381d675ad97c.tar.xz
zsh-1f396dbe25259d4279811c893cbf381d675ad97c.zip
32944: read -qs is handled correctly by current code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85b1ec23e..cfd8cb6a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-08-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* Doc/Zsh/builtins.yo: 32944: Doc/Zsh/builtins.yo: read -qs is
+	handled properly.
+
 	* users/19006: Doc/Zsh/expn.yo: document position of
 	RC_EXPAND_PARAM handling during parameter substitution.