aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-12-14 19:26:06 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2016-12-14 20:26:06 -0500
commitc8f47ad2122efdd5e772aee13ed5d4c64e7d6086 (patch)
tree7020d05e1e19c50c4ee821e9209bda1bfc5a4997
parentcfd41c2d56fb04c66899d0d787e9ed7ef979a21b (diff)
downloadcryptography-c8f47ad2122efdd5e772aee13ed5d4c64e7d6086.tar.gz
cryptography-c8f47ad2122efdd5e772aee13ed5d4c64e7d6086.tar.bz2
cryptography-c8f47ad2122efdd5e772aee13ed5d4c64e7d6086.zip
1.7.1 changelog port (#3320)
* 1.7.1 changelog port * vim stop indenting when I don't want you to
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 41818014..a4bcac32 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ Changelog
.. note:: This version is not yet released and is under active development.
+1.7.1 - 2016-12-13
+~~~~~~~~~~~~~~~~~~
+
+* Fixed a regression in ``int_from_bytes`` where it failed to accept
+ ``bytearray``.
1.7 - 2016-12-12
~~~~~~~~~~~~~~~~