about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-22 19:21:10 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-03-22 19:21:10 +0000
commitf6be7bc19f4db61ddf7ce01e34f878c27eb5cb40 (patch)
treebadff6fda6d8c919d5a22314d063f035307918c5 /ChangeLog
parent4fb669a72deb547b6ec1c9298373e3b78384983d (diff)
downloadzsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.tar.gz
zsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.tar.xz
zsh-f6be7bc19f4db61ddf7ce01e34f878c27eb5cb40.zip
34759: improve implementation of last commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd9393fdb..c5f2a81af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-03-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 34759: Src/hist.c, Src/lex.c: safer implementation.
+
 	* 34758: Src/hist.c, Src/lex.c: more problems with history
 	interaction with command substitution: rewind over input history
 	text when necessary.