mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
README: Add Range#minmax to the list of potential incompatibilities [#15929] [DOC]
This commit is contained in:
parent
3e1adf5731
commit
dadf1255b6
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -621,6 +621,12 @@ StringScanner::
|
||||||
Proc::
|
Proc::
|
||||||
* Proc#to_s format was changed. [Feature #16101]
|
* Proc#to_s format was changed. [Feature #16101]
|
||||||
|
|
||||||
|
Range::
|
||||||
|
* Range#minmax used to iterate on the range to determine the maximum.
|
||||||
|
It now uses the same algorithm as Range#max. In rare cases (e.g.
|
||||||
|
ranges of Float or Strings), this may yield different results.
|
||||||
|
[Bug #15929]
|
||||||
|
|
||||||
=== Stdlib compatibility issues (excluding feature bug fixes)
|
=== Stdlib compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
* Promote stdlib to default gems
|
* Promote stdlib to default gems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue