summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 15:13:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-19 15:13:42 +0000
commit67723c1e4673253b2f4a2c7204ccab9d0daaaeb9 (patch)
tree338afdc1ae8da9407ef1616d5d6ec1d8f919fa28 /NEWS
parent0183613bf9d1d5c14be9fdf34af31ea1b94eb48e (diff)
Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]
To avoid this, pass nil explicitly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58798 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 13f68a37ec..c6dd5cfb19 100644
--- a/NEWS
+++ b/NEWS
@@ -86,6 +86,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Compatibility issues (excluding feature bug fixes)
+* Net::HTTP
+ * Net::HTTP#start now pass :ENV to p_addr by default. [Bug #13351]
+ To avoid this, pass nil explicitly.
+
* Random.raw_seed renamed to become Random.urandom. It is now
applicable to non-seeding purposes due to [Bug #9569].