From 8b29525dadeaba1ba6dc2a9ea5e590aa9d1d825a Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 25 Apr 2013 07:02:31 +0000 Subject: * 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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). -- cgit v1.2.3