зеркало из https://github.com/github/ruby.git
README: Add Range#minmax to the list of potential incompatibilities [#15929] [DOC]
This commit is contained in:
Родитель
3e1adf5731
Коммит
dadf1255b6
6
NEWS
6
NEWS
|
@ -621,6 +621,12 @@ StringScanner::
|
|||
Proc::
|
||||
* 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)
|
||||
|
||||
* Promote stdlib to default gems
|
||||
|
|
Загрузка…
Ссылка в новой задаче