Fix badly merged NEWS item.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4860b24..bfaffae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
 Library
 -------
 
+- Issue #20421: Add a .version() method to SSL sockets exposing the actual
+  protocol version in use.
+
 - Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
 
 - Issue #13664: GzipFile now supports non-ascii Unicode filenames.
@@ -283,7 +286,7 @@
 -------
 
 - Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
-version in use.
+
 
 
 What's New in Python 2.7.8?