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 dbf0c292b8..30e44679d7 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,11 @@ with all sufficient information, see the ChangeLog file.
* Fiber#resume cannot resume a fiber which invokes "Fiber#transfer".
* net/http
+ * new features:
+ * Proxies are now automatically detected from the http_proxy environment
+ variable. See Net::HTTP::new for details.
+ * gzip and deflate compression are now requested for all requests by
+ default. See Net::HTTP for details.
* new methods:
* Net::HTTP#local_host
* Net::HTTP#local_host=