summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 13:15:17 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 13:15:17 +0000
commite286d4ef603ab58659e93f1e80ce5a1e83f1dea0 (patch)
tree56aca9f66606215d86dd362bab4f4bb28baffb3c /NEWS
parent6bbd1d622fb4650786e8400e9de7926bab097d73 (diff)
* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 167feafcb0..819cb5bb90 100644
--- a/NEWS
+++ b/NEWS
@@ -373,6 +373,11 @@ with all sufficient information, see the ChangeLog file.
* Readline.completion_proc= accepts nil.
nil means to use default completion proc.
+* set
+ * new methods:
+ * Set#keep_if
+ * Set#select!
+
* time
* incompatible changes:
* Time.parse raises ArgumentError when no date information.