Issue #11811: ssl.get_server_certificate() is now IPv6-compatible.  Patch
by Charles-François Natali.
diff --git a/Misc/NEWS b/Misc/NEWS
index fb063f3..cb575d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,9 @@
 Library
 -------
 
+- Issue #11811: ssl.get_server_certificate() is now IPv6-compatible.  Patch
+  by Charles-François Natali.
+
 - Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the
   strings are too long.