underscore

This commit is contained in:
Paul Kehrer 2014-03-27 14:29:38 -05:00
parent 9c2a11b283
commit 1592e5b203

View file

@ -9,7 +9,7 @@ Changelog
* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA` support.
* Added signature support to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
and verification support to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`.
* Moved test vectors to the new ``cryptography-vectors`` package.
* Moved test vectors to the new ``cryptography_vectors`` package.
0.2.2 - 2014-03-03
~~~~~~~~~~~~~~~~~~