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
parent a96f8cecc2
commit 7df2503b77

2
NEWS
View File

@ -407,7 +407,7 @@ Range::
New method:: New method::
* Added Range#minmax, with a faster implementation than Enumerable#minmax. * 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:: RubyVM::