Fix Issue5111 -  Wrap the Ipv6 host with [] in the Host header
diff --git a/Misc/NEWS b/Misc/NEWS
index 2887040..3d3a728 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@
 Library
 -------
 
+- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
+
 - Fix Fraction.__hash__ so that Fraction.__hash__(-1) is -2.  (See
   also issue #10356.)