From fc2d1218e015adcf65ba01965884430c47895cd0 Mon Sep 17 00:00:00 2001 From: Joseph Tate Date: Tue, 14 Apr 2015 12:30:44 -0400 Subject: Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fdd72d..5b8649f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,11 @@ Changelog ========= +Unreleased +-------------------------------------------------- + +* Replace pycrypto with cryptography from https://cryptography.io +* Update jwt to 1.0.0 (which is backwards incompatible) no oauthlib api changes + were made. 0.7.2 (2014-11-13) ------------------ -- cgit v1.2.1