about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-19 11:10:49 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-19 11:10:49 +0000
commitf48457a695eef49fc3fb5571f73cc045bc7323cf (patch)
treeb9f999e01268736bfdffd83fd101df5afcf24c01 /ChangeLog
parente176eff554b592cd649a88cd7de23399755e43f4 (diff)
downloadzsh-f48457a695eef49fc3fb5571f73cc045bc7323cf.tar.gz
zsh-f48457a695eef49fc3fb5571f73cc045bc7323cf.tar.xz
zsh-f48457a695eef49fc3fb5571f73cc045bc7323cf.zip
34742: history expansion inside command substitution failed.
Needs the case of alias expansion separating out.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 319cbb102..91709629a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-19  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 34742: Src/hist.c: history expansion in command substitution
+	didn't work.  Discriminate the case of an alias expansion
+	more carefully.
+
 2015-03-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 34739: Completion/Unix/Command/_git: git completion: Fix
@@ -12,7 +18,7 @@
 
 2015-03-18  Peter Stephenson  <p.stephenson@samsung.com>
 
-	* 34723: configure.ac: turn off fixed site function directory if
+	* 34732: configure.ac: turn off fixed site function directory if
 	site function directory explicitly disabled.
 
 2015-03-17  Peter Stephenson  <p.stephenson@samsung.com>