summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c58167..8d4ad15 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,11 @@ Release History
Minor bugfix release
+ * Various :meth:`~passlib.context.CryptContext` methods
+ would incorrectly raise :exc:`TypeError` if passed a :class:`!unicode`
+ user category under Python 2; for compatibility
+ they will now be treated the same as the equivalent ``utf-8`` :class:`bytes`.
+
* *bugfix*: FreeBSD 8.3 added native support for SHA512-Crypt,
updated unittests and documentation accordingly (:issue:`35`).