mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add issue number for Array#sum incompatitbility description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3c7f671a55
commit
341b34d733
1 changed files with 3 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -78,8 +78,9 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
=== Compatibility issues (excluding feature bug fixes)
|
||||
|
||||
* Array#sum is implemented. Ruby itself has no compatibility problem
|
||||
because Ruby didn't have sum method for arrays before Ruby 2.4.
|
||||
* Array#sum is implemented. [Feature #12217]
|
||||
Ruby itself has no compatibility problem because Ruby didn't have sum method
|
||||
for arrays before Ruby 2.4.
|
||||
However many third party gems, activesupport, facets, simple_stats, etc,
|
||||
defines sum method. These implementations are mostly compatible but
|
||||
there are subtle differences.
|
||||
|
|
Loading…
Reference in a new issue