Added changelog, entry fixed brackets
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index 83d9896..d92d70f 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -2747,7 +2747,7 @@
 
     def test_get_protocol_version(self):
         """
-        :py:obj:`Connection.get_protocol_version` returns a string
+        :py:obj:`Connection.get_protocol_version()` returns a string
         giving the protocol version of the current connection.
         """
         server, client = self._loopback()