about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-11-17 16:11:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-11-17 16:11:29 +0000
commit2fbc131ca81470a6b9aa077578f2eb58a7e8e008 (patch)
treee4299db3af1599c149ef6c3ecd484b8dc8f860b0 /ChangeLog
parent0662164f13dc1df9ca2cdf1b5ab78d297eed51d1 (diff)
downloadzsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.gz
zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.xz
zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.zip
26055: ensure process substitution is handled before parameter and command
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2bb184ad..e3e902d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-11-17  Peter Stephenson  <pws@csr.com>
 
+	* 26055: README, Doc/Zsh/expn.yo, Src/subst.c: ensure process
+	substitution is handled completely before parameter and
+	command substitution.
+
 	* 26053: Completion/Base/Utility/_arguments: handle
 	"<cmd> --help" output that includes optional parts of options
 	in square brackets.