summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-22 10:38:37 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-22 10:38:37 +0000
commita4eaf5f37c2364c5daada0e8d5aa3462501f2d0c (patch)
tree39dcbe6dbe9b561315f8ffdf48faee793979a266 /NEWS
parent7a32434fb6f209e0fab3521eab4c19d0f0e9f355 (diff)
Add NEWS for r40879: Digest::Class.file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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.