diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-12 17:57:06 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-12 17:57:06 -0400 |
| commit | c475c53326ac1ecf9dc124040d8c1bbed357c0c6 (patch) | |
| tree | 758b6cb210ab43adb495b34c428a11ac1ced1ea5 /CHANGES | |
| parent | 7d7155d8d604e4dd931e8ea9772be1d6eed53fa8 (diff) | |
| download | passlib-c475c53326ac1ecf9dc124040d8c1bbed357c0c6.tar.gz | |
added simple unittests to check passlib.apps & passlib.hosts contexts are working
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,8 +11,8 @@ Release History - bugfix: make ``passlib.hash.__loader__`` attribute writable - needed by Google App Engine [issue 19] - - provide fallback for loading passlib/default.cfg - if pkg_resources is not present. + - provide fallback for loading ``passlib/default.cfg`` + if :mod:`pkg_resources` is not present. * bugfix: fixed error thrown by CryptContext.verify when issuing min_verify_time warning [issue 17] @@ -20,6 +20,8 @@ Release History * removed min_verify_time setting from custom_app_context, min_verify_time is too host & load dependant to be hardcoded [issue 17]. + * more UT coverage for :mod:`passlib.apps` and :mod:`passlib.hosts` + **1.5** (2011-07-11) *"20% more unicode than the leading breakfast cereal"* |
