README: Add Range#minmax to the list of potential incompatibilities [#15929] [DOC]
This commit is contained in:
parent
3e1adf5731
commit
dadf1255b6
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…
x
Reference in New Issue
Block a user