aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-27 21:32:31 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-02-27 08:32:31 -0500
commitda259203be156990efff49c0ad8d1afaba1791cc (patch)
treec4f2adde1ecf0c8bf484e852eeccd969fced33dc /CHANGELOG.rst
parent1f4e64615836dc59968ca104b19461caee477f3f (diff)
downloadcryptography-da259203be156990efff49c0ad8d1afaba1791cc.tar.gz
cryptography-da259203be156990efff49c0ad8d1afaba1791cc.tar.bz2
cryptography-da259203be156990efff49c0ad8d1afaba1791cc.zip
bump version and update changelog for 2.6 release (#4787)
* bump version and update changelog for 2.6 release * 1.1.1b wheels for 2.6
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0670d75b..393e84a4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,10 +3,8 @@ Changelog
.. _v2-6:
-2.6 - `master`_
-~~~~~~~~~~~~~~~
-
-.. note:: This version is not yet released and is under active development.
+2.6 - 2019-02-27
+~~~~~~~~~~~~~~~~
* **BACKWARDS INCOMPATIBLE:** Removed
``cryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature``
@@ -20,10 +18,12 @@ Changelog
* **BACKWARDS INCOMPATIBLE**: Removed ``cryptography.x509.Certificate.serial``,
which had been deprecated for nearly 3 years. Use
:attr:`~cryptography.x509.Certificate.serial_number` instead.
+* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
+ OpenSSL 1.1.1b.
* Added support for :doc:`/hazmat/primitives/asymmetric/ed448` when using
- OpenSSL 1.1.1.
+ OpenSSL 1.1.1b or newer.
* Added support for :doc:`/hazmat/primitives/asymmetric/ed25519` when using
- OpenSSL 1.1.1.
+ OpenSSL 1.1.1b or newer.
* :func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can
now load ``ed25519`` public keys.
* Add support for easily mapping an object identifier to its elliptic curve