about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2020-06-26 17:32:02 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2020-06-26 17:32:02 +0100
commit78654869942e94b77ba878a383c4e91d2978567c (patch)
tree8e1184ad4a96b70021e3a5b74c5ffc07cecab429 /ChangeLog
parentd14a924c37a60ae7b6c141d4cd575f7cbaa4ddee (diff)
downloadzsh-78654869942e94b77ba878a383c4e91d2978567c.tar.gz
zsh-78654869942e94b77ba878a383c4e91d2978567c.tar.xz
zsh-78654869942e94b77ba878a383c4e91d2978567c.zip
46100: Fix =subst before =(subst)
This occurs with SH file expansion ordering.

Add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ba6f1159..b48d6a40c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-26  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 46110: Src/subst.c, Test/D03procsubst.ztst: If =subst occurs
+	before =(subst) we should allow for the possibility of the latter.
+
 2020-06-26  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* unposted c.f. 46034: Completion/Unix/Command/_gpg: workaround