From 54b395844030342213cacba4c569a6c5e6781c46 Mon Sep 17 00:00:00 2001
From: Peter Stephenson
Date: Wed, 13 Sep 2017 20:54:00 +0100
Subject: First go at var=([key]=value) syntax.
Works for both normal and typeset case, also var+=...
Still to do: allow to be mixed with straight array assignment,
improve typeset -p, implement [key]+=value.
---
ChangeLog | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'ChangeLog')
diff --git a/ChangeLog b/ChangeLog
index 3d0982b24..15e331c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-09-13 Peter Stephenson
+
+ * 41698: Doc/Zsh/params.yo, Src/builtin.c, Src/exec.c,
+ Src/params.c, Src/zsh.h, Test/B02typeset.ztst,
+ Test/D04parameter.ztst: add ([key]=val) assignment syntax.
+ Still to do: allow to mix with other syntax, improve typeset -p,
+ implement [key]+=value.
+
2017-09-13 Peter Stephenson
* 41688: Src/jobs.c: "wait" for all active jobs should ignore
--
cgit v1.2.3