summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-29 15:31:16 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-29 15:31:16 +0000
commit7a480ae850182881b45a28d6dcce06e0d8417391 (patch)
tree54740dfa132a9629505a518f8949f9dafeb29cae /NEWS
parent40c9f1f3288bc25d8c52f544a8b404be07f88f90 (diff)
NEWS: Add String/Symbol#casecmp? [Feature #12786]
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56932 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 8136cec95c..0d711cc5b1 100644
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* String
+ * String#casecmp? [Feature #12786]
+
* String#upcase, String#downcase, String#capitalize, String#swapcase and
their bang variants work for all of Unicode, and are no longer limited
to ASCII. Supported encodings are UTF-8, UTF-16BE/LE, UTF-32BE/LE, and
@@ -153,6 +155,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Symbol
+ * Symbol#casecmp? [Feature #12786]
+
* Symbol#match now returns MatchData. [Bug #11991]
* Symbol#upcase, Symbol#downcase, Symbol#capitalize, and Symbol#swapcase now