doc/go1.9.html | 5 +++++
diff --git a/doc/go1.9.html b/doc/go1.9.html
index ce103cdb9a4cc903260644b27da4f5f97e1b75c1..222e0e9ba0fddcd7e369aa46f743f2a410165f22 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -740,6 +740,11 @@ Request.WithContext,
and
context.WithValue instead.
+
+
LocalAddrContextKey now contains
+ the connection's actual network address instead of the interface address used by the listener.
+ Client & Transport changes: