about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-01-31 15:17:44 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-01-31 15:17:44 -0800
commit0baf57701c458b9497d402911fb77443b5be529c (patch)
tree6ff14b6b67a420eff3dd93f556af0bef8f79effd /ChangeLog
parent31d0bc1cdce378b862f7878503195ff0cc1728d4 (diff)
downloadzsh-0baf57701c458b9497d402911fb77443b5be529c.tar.gz
zsh-0baf57701c458b9497d402911fb77443b5be529c.tar.xz
zsh-0baf57701c458b9497d402911fb77443b5be529c.zip
37845: Forward-reference typeset instances where no parameter is created, and remove the obsolete statement about array assignments separated from typeset command on -p.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b2c19f1a..acaf82201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-01-30  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 37845: Doc/Zsh/builtins.yo: Forward-reference typeset instances
+	where no parameter is created, and remove the obsolete statement
+	about array assignments separated from typeset command on -p.
+
 	* 37844: Doc/Zsh/builtins.yo: reorder typeset introduction to keep
 	related concepts together.