summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-25 07:02:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-25 07:02:31 +0000
commit8b29525dadeaba1ba6dc2a9ea5e590aa9d1d825a (patch)
tree6d75e3f7e080937994b20f96bce660049ab8ca35 /NEWS
parent4a50d447d9618b2e3df126e159aa1d735e429a70 (diff)
* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.
[ruby-core:53986] [Feature #8217] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40461 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 6cb4822178..86d9cef97f 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,10 @@ with all sufficient information, see the ChangeLog file.
* Pathname#write
* Pathname#binwrite
+* OpenSSL::BN
+ * extended methods:
+ * OpenSSL::BN.new allows Fixnum/Bignum argument.
+
* open-uri
* Support multiple fields with same field name (like Set-Cookie).