aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6bb359f942..c8d6f7cd1d 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,9 @@ with all sufficient information, see the ChangeLog file.
* ENV
* Uses locale's encoding
* ENV.[]= raises Errno::{EINVAL,ENOMEM} etc. on failure.
+ * new methods:
+ * ENV.keep_if
+ * ENV.select!
* Float
* new constants:
@@ -87,6 +90,11 @@ with all sufficient information, see the ChangeLog file.
* new method:
* GC::Profiler.total_time
+ * Hash
+ * new methods:
+ * Hash#keep_if
+ * Hash#select!
+
* IO
* new method:
* IO#autoclose=