about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-09 09:25:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-09 09:25:07 +0000
commit27a7c9cdebbc9211890d87a14e62876159d56c2d (patch)
tree22651588663a0deb0bf1aae5f42ae4bed50b885a /ChangeLog
parentb6a44fae76191765c2198916097f59904952d730 (diff)
downloadzsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.tar.gz
zsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.tar.xz
zsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.zip
Make clearer that globsubst doesn't affect brace expansion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67762161c..3a9971cd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-09  Peter Stephenson  <pws@csr.com>
 
+	* 14280: Doc/Zsh/options.yo: make clearer that GLOB_SUBST doesn't
+	affect braces and commas.
+
 	* unposted: back off 14140, since logically it implies tokenizing
 	braces from parameters, which opens a whole new kettle of worms.