diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-28 23:17:29 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-01-28 23:17:29 -0700 |
| commit | 43e66c6415d6397b0ee93d64dc80c742072f3ada (patch) | |
| tree | f08894d9c026f3c30c25e7aefc7a2c74e48086ac /CHANGES.rst | |
| parent | 3d640f43403d7ed8b796d4c825886f591afee5a1 (diff) | |
| download | pyramid-43e66c6415d6397b0ee93d64dc80c742072f3ada.tar.gz pyramid-43e66c6415d6397b0ee93d64dc80c742072f3ada.tar.bz2 pyramid-43e66c6415d6397b0ee93d64dc80c742072f3ada.zip | |
upgrade phash implementation from md5 to sha256
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b3aae92b4..023ce3fe6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,6 +22,10 @@ Features See https://github.com/Pylons/pyramid/pull/3735 +- Replace usage of ``md5`` in the Pyramid view system with ``sha256``. This + is not a security-related feature and is considered an implementation detail + that should not impact users. + Bug Fixes --------- |
