about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-07-24 10:19:00 +0100
committerPeter Stephenson <pws@zsh.org>2015-07-24 10:19:00 +0100
commit8f8b82bc6c7ecc22bca90d624fc65e3499e43113 (patch)
tree9d8ad1ebd38f269afc8abd0f60e3e9ac26ab8ef5 /ChangeLog
parent53fe58a27825c0eaa95a9aa459650baa69c55aa2 (diff)
downloadzsh-8f8b82bc6c7ecc22bca90d624fc65e3499e43113.tar.gz
zsh-8f8b82bc6c7ecc22bca90d624fc65e3499e43113.tar.xz
zsh-8f8b82bc6c7ecc22bca90d624fc65e3499e43113.zip
35883: Don't attempt to back up over history if expanding alias
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c97657e93..2cd50e6cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-24  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 35883: Src/hist.c: Don't attempt to back up over history if
+	expanding alias.
+
 2015-07-23  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 35873: Test/D03procsubst.ztst: add original test from 35847: