summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2015-10-28 17:39:28 +0900
committerCory Benfield <lukasaoz@gmail.com>2015-10-28 17:39:28 +0900
commit0820ac200e59754baf67e3853879158ceb3afdc3 (patch)
tree64a8e96e4231e708e68087456e921dff8662ec67 /CHANGELOG.rst
parentc9c30a26e402e65955e68fa7fccf62ce550a4970 (diff)
downloadpyopenssl-0820ac200e59754baf67e3853879158ceb3afdc3.tar.gz
Prettify the changelog.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 46dc68b..9da9af0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,7 +13,7 @@ We have made *many* changes to make local development more pleasing.
The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2.
It has been moved to `py.test <http://pytest.org/latest/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.org/en/>`_ compliant.
-We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.
+We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.
Backward-incompatible changes:
@@ -54,8 +54,10 @@ Changes:
This will default us to the setting that actually works.
To revert this you can call ``OpenSSL.crypto._lib.ASN1_STRING_set_default_mask_asc(b"default")``.
[`#234 <https://github.com/pyca/pyopenssl/pull/234>`_]
-- Added :func:`OpenSSL.crypto.dump_publickey` to dump :class:`OpenSSL.crypto.PKey` objects that represent public keys. [`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]
-- Added :func:`OpenSSL.crypto.load_publickey` to load :class:`OpenSSL.crypto.PKey` objects that represent public keys from serialized representations. [`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]
+- Added :func:`OpenSSL.crypto.dump_publickey` to dump :class:`OpenSSL.crypto.PKey` objects that represent public keys.
+ [`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]
+- Added :func:`OpenSSL.crypto.load_publickey` to load :class:`OpenSSL.crypto.PKey` objects that represent public keys from serialized representations.
+ [`#382 <https://github.com/pyca/pyopenssl/pull/382>`_]