From d968f625587b845a245e7835c60891a64e3cbb2f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Feb 2009 16:59:06 +0000 Subject: [PATCH] * NEWS: added Etc::{Passwd,Group}.each. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index fe42110e2c..0d2e45f678 100644 --- a/NEWS +++ b/NEWS @@ -158,6 +158,11 @@ with all sufficient information, see the ChangeLog file. * new methods: * SecureRandom.urlsafe_base64 +* etc + * new methods: + * Etc::Passwd.each + * Etc::Group.each + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind