summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-01-28 23:23:45 -0700
committerGitHub <noreply@github.com>2024-01-28 23:23:45 -0700
commitef8b250d20a4223fb7ae2af7cbc9b320da150ecc (patch)
tree42cd01d6f9b0b8d5ea7d24ae497c203666cc1d9d /CHANGES.rst
parent3d640f43403d7ed8b796d4c825886f591afee5a1 (diff)
parent4fc143bee86125b290b4ed2a9e8860d7a428230b (diff)
downloadpyramid-ef8b250d20a4223fb7ae2af7cbc9b320da150ecc.tar.gz
pyramid-ef8b250d20a4223fb7ae2af7cbc9b320da150ecc.tar.bz2
pyramid-ef8b250d20a4223fb7ae2af7cbc9b320da150ecc.zip
Merge pull request #3745 from Pylons/phash-sha256
upgrade phash implementation from md5 to sha256
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b3aae92b4..480ebe83c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,12 @@ 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.
+
+ See https://github.com/Pylons/pyramid/pull/3745
+
Bug Fixes
---------