summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c749ae64..f54d78ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-09-15  Oliver Kiddle  <opk@zsh.org>
 
+	* 39332: Doc/Zsh/cond.yo, Src/cond.c, Src/params.c, Src/parse.c,
+	Completion/Zsh/Context/_condition, Test/C02cond.ztst: support
+	ksh's [[ -v varname ]] condition for checking if variables are set
+
 	* unposted: Src/parse.c: remove duplicated assignment
 
 2016-09-14  Peter Stephenson  <p.stephenson@samsung.com>