aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2019-12-23 01:59:17 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2019-12-23 01:59:17 -0500
commit7779ade48c2786992e41c0ab87761ab467f4be49 (patch)
tree7b5ca2a60922ba7191485c07db8383fcd82c7278 /NEWS
parentdadf1255b6e13578f888c239f0dc6fb201fd40bb (diff)
downloadruby-7779ade48c2786992e41c0ab87761ab467f4be49.tar.gz
NEWS: Fix issue reference [#15807] [DOC]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f249a0742..5a4e0eda40 100644
--- a/NEWS
+++ b/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)