From c45bf6621f9dedbcfd8a54c205443077aa0274bd Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 12 Dec 2016 13:12:08 +0000 Subject: NEWS: Add String#match? and Symbol#match? [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 05e58c4530..d951015024 100644 --- a/NEWS +++ b/NEWS @@ -156,6 +156,8 @@ with all sufficient information, see the ChangeLog file or Redmine * String#each_line, String#lines now takes an optional keyword argument, chomp flag. [Feature #12553] + * String#match? [Feature #12898] + * String#unpack1 [Feature #12752] * String#upcase, String#downcase, String#capitalize, String#swapcase and @@ -177,6 +179,8 @@ with all sufficient information, see the ChangeLog file or Redmine * Symbol#match now returns MatchData. [Bug #11991] + * Symbol#match? [Feature #12898] + * Symbol#upcase, Symbol#downcase, Symbol#capitalize, and Symbol#swapcase now work for all of Unicode. See the documentation of String#downcase for details. [Feature #10085] -- cgit v1.2.3