README: Add Range#minmax to the list of potential incompatibilities [#15929] [DOC]

This commit is contained in:
Marc-Andre Lafortune 2019-12-23 01:55:39 -05:00
Родитель 3e1adf5731
Коммит dadf1255b6
1 изменённых файлов: 6 добавлений и 0 удалений

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