about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-04-25 10:50:16 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-04-25 10:50:16 -0700
commit89c2129905d067b2d52c70f5b453561bb782da89 (patch)
treebcb21e52597ab897dc83c12652d6365aa2f7c36d /ChangeLog
parent89a689e69376909265d94ad8c2119d607ef7cb3d (diff)
downloadzsh-89c2129905d067b2d52c70f5b453561bb782da89.tar.gz
zsh-89c2129905d067b2d52c70f5b453561bb782da89.tar.xz
zsh-89c2129905d067b2d52c70f5b453561bb782da89.zip
34961: sysparams[pid] and sysparams[ppid] added to variables index
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a76808be2..9dd9bcc2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-04-25  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 34961: Doc/Zsh/mod_system.yo: sysparams[pid] and sysparams[ppid]
+	added to variables index
+
 	* 34961: Src/compat.c, Src/init.c: replace a couple of free() with
 	zfree() for consistency.