summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 10:37:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 10:37:13 +0000
commitf09574c879fe9a4488164a41b453617b4b1d56bb (patch)
tree4cde28960bec2ae35fa9a1c1c0d65900d940d8f3 /NEWS
parent898aeb87792e952ba831931c2212baa50d81b62e (diff)
* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns
bool and doesn't save backref. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d1d7820e6..8915f96f58 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Fixnum and Bignum are unified into Integer [Feature #12005]
+* Regexp
+
+ * Regexp#match? [Feature #8110]
+ This returns bool and doesn't save backref.
+
* String
* String.new(capacity: size) [Feature #12024]