about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-09-25 04:26:02 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-09-25 04:26:02 +0000
commit66b3e3412ddfc8ee0bb37bef8837ac924cc664f5 (patch)
treeeded4314be75d5d7d8e8ebf21912ff7900cfd20d /ChangeLog
parentab90a0026467868d39274dc17775a012879c7bd8 (diff)
downloadzsh-66b3e3412ddfc8ee0bb37bef8837ac924cc664f5.tar.gz
zsh-66b3e3412ddfc8ee0bb37bef8837ac924cc664f5.tar.xz
zsh-66b3e3412ddfc8ee0bb37bef8837ac924cc664f5.zip
Fix ancient `print -z' doc bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e7babeca..5df213ca1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 
 2001-09-24  Bart Schaefer  <schaefer@zsh.org>
 
+	* 15865: Doc/Zsh/builtins.yo: Fix ancient `print -z' doc bug
+	(see zsh-workers/214 (yes, really, 214)).
+
 	* 15864: Doc/Zsh/params.yo: Document that assignment to TERM
 	is necessary to re-initialize the terminal.