about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-03-23 21:18:58 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-03-23 21:18:58 -0700
commit13bad92fd85c4e4a3077080606f6ad6217b29bd5 (patch)
treec524d51dae6b4155b297d130d9eb0a17eebccf29 /ChangeLog
parentf6be7bc19f4db61ddf7ce01e34f878c27eb5cb40 (diff)
downloadzsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.gz
zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.xz
zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.zip
34772: add new test suite file for history; fix "read" usage in comptest
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5f2a81af..0925234a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-23  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 34772: Test/W01history.ztst, Test/comptest: add new test
+	suite file for history; fix "read" usage in comptest for case
+	where there is no TTY
+
 2015-03-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 34759: Src/hist.c, Src/lex.c: safer implementation.