about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-11-28 22:09:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-11-28 22:09:00 +0000
commitab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b (patch)
tree0a37d2f8f80757e808f9c22d0ec195b2cadeb042 /ChangeLog
parentef97181d40dc558ad5d7edc570d2a957d80bd8ad (diff)
downloadzsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.gz
zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.xz
zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.zip
23022: don't allow WORDCHARS to be exported to tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38f63a788..e11ead760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-11-28  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 23022: Test/ztst.zsh: don't allow WORDCHARS to be exported
+	to tests.
+
 	* unposted: Completion/Unix/Command/_perforce: updated to 2006.2.
 
 2006-11-27  Clint Adams  <clint@zsh.org>