1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Fix issue reference [#15807] [DOC]

This commit is contained in:
Marc-Andre Lafortune 2019-12-23 01:59:17 -05:00
parent dadf1255b6
commit 7779ade48c

2
NEWS
View file

@ -625,7 +625,7 @@ 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]
[Bug #15807]
=== Stdlib compatibility issues (excluding feature bug fixes)