about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-01-19 12:42:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-01-19 12:42:53 +0000
commit94225e07fcc27f01edd4faee2391000f54a9aceb (patch)
treed3d5386215fd2a19fb9ca3a06cf2b7fa52b3b01b /NEWS
parentaa58d139ff3ffa7258a6273bf279d70f9ee31916 (diff)
downloadzsh-94225e07fcc27f01edd4faee2391000f54a9aceb.tar.gz
zsh-94225e07fcc27f01edd4faee2391000f54a9aceb.tar.xz
zsh-94225e07fcc27f01edd4faee2391000f54a9aceb.zip
28638: add $usergroups parameter
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d2baaf56..0897bab2a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes since 4.3.11
+--------------------
+
+The zsh/parameter module has a new readonly associative array
+$usergroups whose keys are the names of system groups of which the
+current user is a member and whose values are the corresponding
+group identifiers.
+
 Changes between versions 4.3.10 and 4.3.11
 ------------------------------------------