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

This commit is contained in:
Marc-Andre Lafortune 2019-12-23 01:59:17 -05:00
Родитель dadf1255b6
Коммит 7779ade48c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)