diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-27 18:00:44 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-27 19:00:44 -0400 |
| commit | a55cc3b400d0bdd69e5c0b1caa3461b286382a9c (patch) | |
| tree | ee36e30a386fb2388c53a0a365998b7d06ce307b | |
| parent | afa84f10a2077b2365c30a133ae943e96c1c1ee8 (diff) | |
| download | cryptography-a55cc3b400d0bdd69e5c0b1caa3461b286382a9c.tar.gz cryptography-a55cc3b400d0bdd69e5c0b1caa3461b286382a9c.tar.bz2 cryptography-a55cc3b400d0bdd69e5c0b1caa3461b286382a9c.zip | |
Typo fix (#3625)
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9c28ec2..acb18625 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ Changelog .. note:: This version is not yet released and is under active development. -* **BACKWARDS INCOMPATIBLE:** Elliptic Curve signature verification no long +* **BACKWARDS INCOMPATIBLE:** Elliptic Curve signature verification no longer returns ``True`` on success. This brings it in line with the interface's documentation, and our intent. The correct way to use :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify` |
