From 1592e5b20381d727b41f9a634e4b22a9f1a68e14 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 27 Mar 2014 14:29:38 -0500 Subject: [PATCH] underscore --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebfa959da..a6d1619fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ~~~~~~~~~~~~~~~~~~