mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
15ffbb1f82
commit
ea82a51a15
1 changed files with 12 additions and 0 deletions
12
doc/NEWS
12
doc/NEWS
|
@ -1,3 +1,15 @@
|
|||
: String#casecmp
|
||||
|
||||
Added. This is a case insensitive version of String#<=>.
|
||||
|
||||
: String#eql?
|
||||
|
||||
Changed to be always case sensitive.
|
||||
|
||||
: Module#include?
|
||||
|
||||
Added. [ruby-dev:13941]
|
||||
|
||||
: Digest module
|
||||
|
||||
Added as a replacement for md5 and sha1 modules.
|
||||
|
|
Loading…
Reference in a new issue