summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhil Pennock <zsh-workers+phil.pennock@spodhuis.org>2017-08-10 22:02:46 -0400
committerPeter Stephenson <pws@zsh.org>2017-08-11 15:02:06 +0100
commitb5f40f415668be88f451dbce956597e77f1bc056 (patch)
tree350018db66f2bbcab67bd496dd938d0b19018ad3 /ChangeLog
parent0f8cf76ecea79c2aea14b649164a6a38b249ded0 (diff)
downloadzsh-b5f40f415668be88f451dbce956597e77f1bc056.tar.gz
zsh-b5f40f415668be88f451dbce956597e77f1bc056.tar.xz
zsh-b5f40f415668be88f451dbce956597e77f1bc056.zip
41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf17923e..026fe3796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-11  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Phil: 41527 (tweak to use heap memory): Src/module.c,
+	Test/V07pcre.ztst: fix [[ ... ]]] conditions passed to modules.
+
 2017-08-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: README: 5.4,1 typo fixed.