about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-20 11:02:23 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-20 11:02:23 +0000
commit89aca2d0a0f1b9a28149b6c1640a7e73feef5b39 (patch)
tree9693b144c879e2eed8c010f03c131f7f07f4b7cc /ChangeLog
parentf48457a695eef49fc3fb5571f73cc045bc7323cf (diff)
downloadzsh-89aca2d0a0f1b9a28149b6c1640a7e73feef5b39.tar.gz
zsh-89aca2d0a0f1b9a28149b6c1640a7e73feef5b39.tar.xz
zsh-89aca2d0a0f1b9a28149b6c1640a7e73feef5b39.zip
34752: another fix for history expansion in cmd subst
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91709629a..1711a5087 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-20  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 34752: Src/input.c: history expansion in command substitution
+	*still* didn't work although the command put back into the
+	history was correct.
+
 2015-03-19  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 34742: Src/hist.c: history expansion in command substitution