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
Родитель 7a32434fb6
Коммит a4eaf5f37c
1 изменённых файлов: 4 добавлений и 0 удалений

4
NEWS
Просмотреть файл

@ -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.