... | @@ -13,6 +13,7 @@ planned for future releases: |
... | @@ -13,6 +13,7 @@ planned for future releases: |
|
|
|
|
|
### v1.8
|
|
### v1.8
|
|
|
|
|
|
|
|
* :warning: **Dropping Python 2.x and Python 3.3 support.** See issue #119.
|
|
* **passlib.context**: Removal of long-deprecated `CryptPolicy` class.
|
|
* **passlib.context**: Removal of long-deprecated `CryptPolicy` class.
|
|
* **passlib.apache**: Removal of deprecated v1.5 compatibility methods.
|
|
* **passlib.apache**: Removal of deprecated v1.5 compatibility methods.
|
|
* **passlib.ext.django**: Split out as separate project, or remove it. See issue #81
|
|
* **passlib.ext.django**: Split out as separate project, or remove it. See issue #81
|
... | @@ -24,8 +25,6 @@ planned for future releases: |
... | @@ -24,8 +25,6 @@ planned for future releases: |
|
|
|
|
|
### v2.0
|
|
### v2.0
|
|
|
|
|
|
* **Dropping Python 2.x / 3.3 support** (May happen sooner, if pip/tox toolchain drops support first).
|
|
|
|
|
|
|
|
* A *large* number of deprecated methods and features will be removed;
|
|
* A *large* number of deprecated methods and features will be removed;
|
|
primarily the deprecated `PasswordHash.encrypt`
|
|
primarily the deprecated `PasswordHash.encrypt`
|
|
and `CryptContext.encrypt` methods.
|
|
and `CryptContext.encrypt` methods.
|
... | | ... | |