mention httplib ipv6 fix
diff --git a/Misc/NEWS b/Misc/NEWS
index 9024bf4..1ade365 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@
   encourage people to stitch doctests together via doctest's unittest
   integration features instead.  It would help if those were documented.
 
+- httplib now handles ipv6 address/port pairs.
+
 Build
 -----