NEWS: Hint at potential incompatibility with Range#minmax [#15807]

This commit is contained in:
Marc-Andre Lafortune 2019-12-23 01:37:45 -05:00
Родитель a96f8cecc2
Коммит 7df2503b77
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -407,7 +407,7 @@ Range::
New method::
* Added Range#minmax, with a faster implementation than Enumerable#minmax.
[Bug #15807]
It returns a maximum that now corresponds to Range#max. [Bug #15807]
RubyVM::