summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2019-12-23 01:37:45 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2019-12-23 01:40:36 -0500
commit7df2503b7770147a8589a594bf30726f733b1d86 (patch)
tree3cdb4cb36dff7ed945e47b7d3d2903469fac6b4b /NEWS
parenta96f8cecc2488126d7298ea304da8bad3dde1792 (diff)
NEWS: Hint at potential incompatibility with Range#minmax [#15807]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53f9109d44..bc9cf8d43f 100644
--- a/NEWS
+++ b/NEWS
@@ -407,7 +407,7 @@ Range::
New method::
* Added Range#minmax, with a faster implementation than Enumerable#minmax.
- [Bug #15807]
+ It returns a maximum that now corresponds to Range#max. [Bug #15807]
RubyVM::