about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Gniazdowski <psprint3@fastmail.com>2017-03-04 15:35:19 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-03-04 15:35:19 -0800
commit8522e996ecc88697344dcc4814367ec7e32e7deb (patch)
tree8219045868eaee6c56cd720a6b3359f5750bcbc9 /ChangeLog
parent5e61eaf855dc4bc94c35e9e950fb2e1d7f88d5af (diff)
downloadzsh-8522e996ecc88697344dcc4814367ec7e32e7deb.tar.gz
zsh-8522e996ecc88697344dcc4814367ec7e32e7deb.tar.xz
zsh-8522e996ecc88697344dcc4814367ec7e32e7deb.zip
40781: optimize array assignment, similar to 39995 for string assignment
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecbae823e..40972a0b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-03-04  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* Sebastian: 40781: Src/params.c, Test/A06assign.ztst: optimize
+	array assignment, similar to 39995 for string assignment
+
 	* 40654: Src/exec.c: exit cleanly from special POSIXBUILTINS in
 	subshells