aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-29 20:44:53 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-29 20:44:53 -0700
commit4efe61a4d67b9c46ef6493e6eea698a6f3f31505 (patch)
tree9c6102ee96f5bbb3c872c43bc892c2ad38e15dae /CHANGELOG.rst
parent8f1b8e88e6e9ed7d73661bb90f0e558059b610f3 (diff)
downloadcryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.tar.gz
cryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.tar.bz2
cryptography-4efe61a4d67b9c46ef6493e6eea698a6f3f31505.zip
Typo fix
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1175e6f6..13bc23f8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,7 +10,7 @@ Changelog
:class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` no longer allows
truncation of tags by default. Previous versions of ``cryptography`` allowed
tags to be truncated by default, applications wishing to preserve this
- behavior (not reccomended) can pass the ``min_tag_length`` argument.
+ behavior (not recommended) can pass the ``min_tag_length`` argument.
* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.CFB8` support
for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES` and