summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a9a3d5e1e..9608b8b116 100644
--- a/NEWS
+++ b/NEWS
@@ -205,6 +205,10 @@ with all sufficient information, see the ChangeLog file.
default. See Net::HTTP for details.
* SSL sessions are now reused across connections for a single instance.
This speeds up connection by using a previously negotiated session.
+ * Requests may be created from a URI which sets the request_uri and host
+ header of the request (but does not change the host connected to).
+ * Responses contain the URI requested which allows easier implementation of
+ redirect following.
* new methods:
* Net::HTTP#local_host
* Net::HTTP#local_host=