aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-29 21:51:38 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-29 21:51:38 -0400
commit6e7f622d781c57486f3e44d043df7f845ea75513 (patch)
tree4ea0c8b8a5001b18d63d8d29405d38b69243bc2e /CHANGELOG.rst
parent0857894306d26a655fe06326cd244b4e182c94bf (diff)
downloadcryptography-6e7f622d781c57486f3e44d043df7f845ea75513.tar.gz
cryptography-6e7f622d781c57486f3e44d043df7f845ea75513.tar.bz2
cryptography-6e7f622d781c57486f3e44d043df7f845ea75513.zip
Added a changelog entry
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6f02f951..2d705b18 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,10 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Deprecated support for Python 2.6. At the time there is no time table for
+ actually dropping support, however we strongly encourage all users to upgrade
+ their Python, as Python 2.6 no longer receives support from the Python core
+ team.
* Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
serialization of public keys using the ``public_bytes`` method of
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`,