aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b8caca210..85ccdac4e5 100644
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* added Random.bytes. [Feature #4938]
+* Range
+
+ * Range#=== now uses #cover? instead of #include? method. [Feature #14575]
+
* String
* String#split yields each substring to the block if given. [Feature #4780]