aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 14:55:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 14:55:18 +0000
commit224877326edf9715b683ca1d343ae431966d2895 (patch)
tree7ec7e8c47a1002890c9ac355998a303689d2982f /NEWS
parentcc69bc8020bfb2304fd04b7894a33e8160acc9f5 (diff)
downloadruby-224877326edf9715b683ca1d343ae431966d2895.tar.gz
Array#sum described.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55312f4647..6db0b7d078 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ with all sufficient information, see the ChangeLog file or Redmine
Enumerable#max and call max to an Array, your redefinition will be
now ignored. You should also redefine Array#max.
+ * Array#sum [Feature #12217]
+
* Dir
* Dir.empty?. [Feature #10121]