ruby-changes:59409
From: Marc-Andre <ko1@a...>
Date: Mon, 23 Dec 2019 18:28:10 +0900 (JST)
Subject: [ruby-changes:59409] 7779ade48c (master): NEWS: Fix issue reference [#15807] [DOC]
https://git.ruby-lang.org/ruby.git/commit/?id=7779ade48c From 7779ade48c2786992e41c0ab87761ab467f4be49 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune <github@m...> Date: Mon, 23 Dec 2019 01:59:17 -0500 Subject: NEWS: Fix issue reference [#15807] [DOC] diff --git a/NEWS b/NEWS index 2f249a0..5a4e0ed 100644 --- a/NEWS +++ b/NEWS @@ -625,7 +625,7 @@ Range:: https://github.com/ruby/ruby/blob/trunk/NEWS#L625 * 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) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/