about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-08 12:07:04 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-08 12:07:04 +0000
commitfbfbc7636ffefd65884c3010d9529fc456b7820f (patch)
tree5f208a510b931bedc0e3b24f625378c7aa609b7b /ChangeLog
parent16c03b4cbf467b53840f8dcac0e8354f0eab880d (diff)
downloadzsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.tar.gz
zsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.tar.xz
zsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.zip
24980: zmodload -mF
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3321dc52..c7ec6a906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-05-08  Peter Stephenson  <pws@csr.com>
 
+	* 24980: Doc/Zsh/builtins.yo, Src/builtin.c, Src/module.c,
+	Src/zsh.h: add zmodload -mF to manipulate features by pattern.
+
 	* 24972: Phil Pennock: Doc/Zsh/mod_files.yo, Src/Modules/files.c,
 	Src/Modules/files.mdd:  Add zf_* commands for zsh/files modules
 	plus a few extra options.