1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add NEWS for r40879: Digest::Class.file

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-05-22 10:38:37 +00:00
parent 7a32434fb6
commit a4eaf5f37c

4
NEWS
View file

@ -54,6 +54,10 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib updates (outstanding ones only)
* Digest
* extended methods:
* Digest::Class.file takes optional arguments for its constructor
* Matrix
* Added Vector#cross_product.