summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-02-20 13:20:14 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-02-20 13:26:49 -0800
commit574933e5a0566581155b81009ca8ef4c25f4a3e4 (patch)
tree56711f4a01265711c41e7c1d453a5c3b4b368544 /ChangeLog
parentb3c186028e8c13f9bc7afd0bd21d769874759c27 (diff)
downloadzsh-574933e5a0566581155b81009ca8ef4c25f4a3e4.tar.gz
zsh-574933e5a0566581155b81009ca8ef4c25f4a3e4.tar.xz
zsh-574933e5a0566581155b81009ca8ef4c25f4a3e4.zip
40565 (tweaked): test cases for assigning array to scalar with various combinations of SHWORDSPLIT and IFS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f187a74b..0d3352a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-20  Barton E. Schaefer  <schaefer@brasslantern.com>
+
+	* Martijn Dekker: 40565 (tweaked): test cases for assigning array
+	to scalar with various combinations of SHWORDSPLIT and IFS
+
 2017-02-19  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40593: Src/subst.c: SHWORDSPLIT + unset IFS should cause default