From a4eaf5f37c2364c5daada0e8d5aa3462501f2d0c Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 22 May 2013 10:38:37 +0000 Subject: [PATCH] Add NEWS for r40879: Digest::Class.file git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 083e24b8fb..8886352425 100644 --- a/NEWS +++ b/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.