summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-11-27 13:43:15 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-11-27 13:43:15 -0800
commit8080ca3a87049951acea497f2af8e8d6feafb966 (patch)
treed2b5765349ade5f9262a490939c9573dbe5e066e /ChangeLog
parentbaaa57acaf43cec5113296eda7c74d07db36b456 (diff)
downloadzsh-8080ca3a87049951acea497f2af8e8d6feafb966.tar.gz
zsh-8080ca3a87049951acea497f2af8e8d6feafb966.tar.xz
zsh-8080ca3a87049951acea497f2af8e8d6feafb966.zip
33805: rewrite zshparams intro, tweak formatting
I noticed that there was no explanation of the terms "variable" or
"environment" anywhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5e32cfc5..37c129996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-11-27  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 33805: Doc/Zsh/params.yo: rewrite intro, tweak formatting
+
 	* 33804: Completion/compinit: hide values of large arrays in
 	typeset output by declaring with the -H attribute