summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2017-12-10 12:17:30 -0600
committerPeter Stephenson <p.stephenson@samsung.com>2018-05-11 09:29:14 +0100
commit805192311f3426b852026b03e8ca4b421189fcf1 (patch)
treee1c82fd71cb3ae4e79cdef83d9653b2484851dbc /ChangeLog
parentfa441fa20e6d7d93e613f339d0c67ba8b0ab09c4 (diff)
downloadzsh-805192311f3426b852026b03e8ca4b421189fcf1.tar.gz
zsh-805192311f3426b852026b03e8ca4b421189fcf1.tar.xz
zsh-805192311f3426b852026b03e8ca4b421189fcf1.zip
42101 (tweaked): assigning shell status to array was broken
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 325638c30..c05b9e06c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-05-11  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42101 (tweaked): dana: Src/exec.c, Test/A06assign.ztst:
+	assigning shell status to array was broken.
+
+	* Src/exec.c (execcmd_exec): 
+
 2018-05-08  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 42752: Completion/Unx/Command/_git: better completion