summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-09-14 14:59:28 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-09-14 14:59:28 -0400
commit1fedd51079e49f124bc22d3bdba475afa9095726 (patch)
treeac8c9b3a546f59be469ac40b417dc3d1a72a2811 /CHANGES
parent88d3f1f1486bc88833beea07e9a71766d014ed20 (diff)
downloadpasslib-1fedd51079e49f124bc22d3bdba475afa9095726.tar.gz
misc doc changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 17 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 9aa4eb8..271865b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,21 +6,29 @@ Release History
**1.6** (NOT YET RELEASED)
- Removal of Deprecated Features
+ CryptContext
- * Config files should now use :class:`SafeConfigParser` interpolation.
+ .. currentmodule:: passlib.context
- :meth:`CryptPolicy.from_file` and :meth:`CryptPolicy.from_string`
+ * Config parsing now done with :class:`SafeConfigParser`.
+
+ :meth:`CryptPolicy.from_path` and :meth:`CryptPolicy.from_string`
previously used :class:`!ConfigParser` interpolation.
Release 1.5 switched to :class:`SafeConfigParser`,
but kept support for the old format as a (deprecated) fallback.
- This fallback has been removed in 1.6; any remaining
- legacy config files may need to escape some ``%`` characters
- in order to load correctly.
+ This fallback has been removed in 1.6; any
+ legacy config files may need to escape raw ``%`` characters
+ in order to load successfully.
+
+ Utils
+
+ .. currentmodule:: passlib.utils.handlers
- * Calls to :meth:`~passlib.hash.HasManyBackends.set_backend` should now
- use the string ``"any"`` instead of the value ``None``. ``None``
- was deprecated in release 1.5, and is no longer supported.
+ * Calls to :meth:`HasManyBackends.set_backend`
+ should now use the string ``"any"`` instead of the value ``None``.
+ ``None`` was deprecated in release 1.5, and is no longer supported.
+ This affects all schemes in :mod:`passlib.hash` which support
+ multiple backends.
**1.5.1** (2011-08-17)