summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-04-23 13:45:08 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-04-23 13:45:08 +0100
commit11f18457d229b84c3532c15c9080235e85d26866 (patch)
tree6759e023a8460851e6fc600c1abefff1f7f9e5c2 /ChangeLog
parent9e2afb92987d7fd96a838c15b6641cc1b634a825 (diff)
downloadzsh-11f18457d229b84c3532c15c9080235e85d26866.tar.gz
zsh-11f18457d229b84c3532c15c9080235e85d26866.tar.xz
zsh-11f18457d229b84c3532c15c9080235e85d26866.zip
Allow short loops with "while"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 653798257..5bcdf2d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-23  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 23362: Src/parse.c: Allow short loops with "while".
+
 2018-04-20  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 42684 (with extra comments): Src/exec.c: Fork earlier