From 43e66c6415d6397b0ee93d64dc80c742072f3ada Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 23:17:29 -0700 Subject: upgrade phash implementation from md5 to sha256 --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.rst') 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 --------- -- cgit v1.2.3