summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdb75cc7d9..5ef0bfb112 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,11 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
+* Net::HTTP
+ * Net::HTTP#proxy_user and Net::HTTP#proxy_pass now reflects http_proxy
+ environment variable if the system's environment variable is multiuser
+ safe. [Bug #12921]
+
* RbConfig
* New constants:
* RbConfig::LIMITS is added to provide the limits of C types.