modified Changelog to reflect new additions
diff --git a/ChangeLog b/ChangeLog
index 13f67bd..074d30c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,4 @@
-2015-05-02 Jim Shaver <dcypherd@gmail.com>
-
- * .travis.yml, setup.py, tox.ini: Removed support for Python 3.2.
- This version is rarely used and is now deprecated by a major
- dependency of pyOpenSSL (cryptography). Affected users should upgrade
- to Python 3.3+.
-
-2015-04-15 Paul Kehrer <paul.l.kehrer@gmail.com>
+2015-05-27 Jim Shaver <dcypherd@gmail.com>
* OpenSSL/SSL.py, : Add ``get_protocol_version()`` and
``get_protocol_version_name()`` to Connection
@@ -13,6 +6,13 @@
* OpenSSL/test/test_crypto.py: tests for ``get_protocol_version()``
and ``get_protocol_version_name()``
+2015-05-02 Jim Shaver <dcypherd@gmail.com>
+
+ * .travis.yml, setup.py, tox.ini: Removed support for Python 3.2.
+ This version is rarely used and is now deprecated by a major
+ dependency of pyOpenSSL (cryptography). Affected users should upgrade
+ to Python 3.3+.
+
2015-04-15 Paul Kehrer <paul.l.kehrer@gmail.com>
* OpenSSL/crypto.py, OpenSSL/test/test_crypto.py: Switch to utf8string