about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-08 14:42:49 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-08 14:42:49 +0000
commita68a2a075329d8d2b3f87dd13edec5fced15daeb (patch)
treece0cdab2cf8e08a6a6acb0661090ad5b075a033b /ChangeLog
parentf60279ae24e66cb2365eadc25f847f908adf9399 (diff)
downloadzsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.tar.gz
zsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.tar.xz
zsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.zip
17518: mention www.zshwiki.org in meta FAQ
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5258df4b..723813aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-08-08  Peter Stephenson  <pws@csr.com>
 
+	* 17518: Doc/Zsh/metafaq.yo: mention www.zshwiki.org (from Bruno
+	Bonfils in users/5210).
+
 	* 17517: Src/jobs.c: Another memory leak was showing up with the
 	pwd field of the job structure, this attempts to rationalise it.