about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-13 22:14:27 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-13 22:14:27 +0000
commit7a94960957e37c198e93dfbd7af864799b01650d (patch)
treebd38804dad3cfec7f90b92bc5e7830f84728f7a6 /ChangeLog
parent128034e2118036e3012b9a41520467e257ed263a (diff)
downloadzsh-7a94960957e37c198e93dfbd7af864799b01650d.tar.gz
zsh-7a94960957e37c198e93dfbd7af864799b01650d.tar.xz
zsh-7a94960957e37c198e93dfbd7af864799b01650d.zip
31977: It's OK to autoload a feature that's loaded.
Simply check that the feature is from the same module that's requested.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18538a5a1..63eca13a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-11-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 31977: Src/module.c: no error if autoloading a feature that
+	is already loaded in a consistent fashion.
+
 	* Jun T.: 31971: locale fix for helpfiles.
 
 	* Martin Vaeth: 31959: .gitignore, Doc/help/.cvsignore,