Added changelog, entry fixed brackets
diff --git a/ChangeLog b/ChangeLog
index ae02ef3..86fa5e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@
 
 2015-04-15  Paul Kehrer <paul.l.kehrer@gmail.com>
 
+	* OpenSSL/SSL.py, : Add ``get_protocol_version()`` to Connection
+	  Based on work from Rich Moore
+	* OpenSSL/test/test_crypto.py: tests for ``get_protocol_version``
+
+2015-04-15  Paul Kehrer <paul.l.kehrer@gmail.com>
+
 	* OpenSSL/crypto.py, OpenSSL/test/test_crypto.py: Switch to utf8string
 	  mask by default. OpenSSL formerly defaulted to a T61String if there
 	  were UTF-8 characters present.  This was changed to default to
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()