aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-28 02:18:58 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-28 02:18:58 +0000
commit0715c22d3252f2c0ffc59bc6a03c22a19fd38a74 (patch)
tree4405ab971c9ae6a899c12cbb6eb121197fd4544b /NEWS
parent14afe641212482700a19c020cb872d5cb1d4b6c2 (diff)
downloadruby-0715c22d3252f2c0ffc59bc6a03c22a19fd38a74.tar.gz
range.c: Add Range#%
[Feature #14697] [ruby-core:86588] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5fc76c7d7..7824dfc5d7 100644
--- a/NEWS
+++ b/NEWS
@@ -217,6 +217,10 @@ sufficient information, see the ChangeLog file or Redmine
* `Range`
+ * New methods:
+
+ * Added `Range#%` instance method. [Feature #14697]
+
* Incompatible changes:
* `Range#===` now uses `#cover?` instead of `#include?` method.