aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6a49d3ea9..fca7558321 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,10 @@ with all sufficient information, see the ChangeLog file.
* extended method:
* Time#strftime supports %:z and %::z.
+ * Process
+ * Process#maxgroups and Process#maxgroups= now raise NotImplementedError if
+ the platform don't support supplementary groups concept.
+
* io/console
* new methods:
* IO#noecho {|io| }