summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28f7d0474b..2f249a0742 100644
--- a/NEWS
+++ b/NEWS
@@ -621,6 +621,12 @@ StringScanner::
Proc::
* Proc#to_s format was changed. [Feature #16101]
+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]
+
=== Stdlib compatibility issues (excluding feature bug fixes)
* Promote stdlib to default gems