about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-05 18:23:04 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-05 18:23:04 -0700
commitff365909105cc360f4d1384bd7ad56cdd97fec31 (patch)
tree68d80b08344697d4eb7dd85057add16bc860f429 /ChangeLog
parent2c56c7e5e809476fc6511a9e634d2a977593ef9e (diff)
downloadzsh-ff365909105cc360f4d1384bd7ad56cdd97fec31.tar.gz
zsh-ff365909105cc360f4d1384bd7ad56cdd97fec31.tar.xz
zsh-ff365909105cc360f4d1384bd7ad56cdd97fec31.zip
39844: fix "while" condition as per 39839 (commit 2c56c7e5)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fef3a92c9..629d36a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-11-05  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 39844: Src/loop.c: fix "while" condition as per 39839
+
 	* 39839: Src/loop.c: fix "return" from "if" condition
 
 	* 39838: Src/builtin.c: another missing unqueue_signals()