summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 07:36:55 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 07:36:55 +0000
commit2b692644d9969438d47423c77f7fceb46ef5a32b (patch)
treeb1314c89b3991734b8696acd56250077aaf7fdb6 /NEWS
parent22f6e2e771ef689f5408b094dff38be78ab9ba7f (diff)
* NEWS: add Array#sort_by!.
* array.c (rb_ary_sort_by_bang): RDoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89b975baa1..635111abf7 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
+ * Array
+ * Array#sort_by!
+
* IO
* IO.pipe takes a block.