about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-29 17:01:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-29 17:01:07 +0000
commit6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32 (patch)
tree2a64c4f75861838773bc4a9410f33c488bb4aa89 /README
parent52e5a75a7a8a4a16579e708a006f6346ce765aeb (diff)
downloadzsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.tar.gz
zsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.tar.xz
zsh-6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32.zip
23488: tidy up module interface and documentation
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 3c4254b16..034f5f39a 100644
--- a/README
+++ b/README
@@ -137,6 +137,11 @@ set non-ASCII characters for history or comments.  Multibyte characters
 have never worked and the most consistent change was to restrict the
 set to portable characters only.
 
+Writers of add-on modules should note that the API has changed
+significantly to allow user control of individual features provided by
+modules.  See the documentation for zmodload -F and
+Etc/zsh-development-guide, in that order.
+
 Documentation
 -------------