summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 13:19:09 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-30 13:19:09 +0000
commit1d06ff976184b4956a58a867132061c6a5902cd6 (patch)
tree21ec5d63c70046c316b45d991a1c6ea4a5003bd5 /NEWS
parentd346b26be43140e8fb26f9e0cf8ea2793ba925ed (diff)
* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28096 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 7d11950289..4a1708930c 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.