Fixing the truth in Changelog SSL.py and test_ssl.py
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index 01a76c1..91f115c 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -2775,6 +2775,7 @@
         self.assertEqual(server_protocol_version, client_protocol_version)
 
 
+
 class ConnectionGetCipherListTests(TestCase):
     """
     Tests for :py:obj:`Connection.get_cipher_list`.