mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: String#{casecmp,casecmp?} [Bug #13312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40bc846bf8
commit
102ec7f4ca
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -72,6 +72,8 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
strings remain unchanged for compatibility. [Feature #13077]
|
strings remain unchanged for compatibility. [Feature #13077]
|
||||||
* -"literal" (String#-@) optimized to return the same object
|
* -"literal" (String#-@) optimized to return the same object
|
||||||
(same as "literal".freeze in Ruby 2.1+) [Feature #13295]
|
(same as "literal".freeze in Ruby 2.1+) [Feature #13295]
|
||||||
|
* String#{casecmp,casecmp?} now return nil for non-string arguments
|
||||||
|
instead of raising a TypeError. [Bug #13312]
|
||||||
|
|
||||||
=== Stdlib updates (outstanding ones only)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue