From 7bb70b43397f82baff75f1bdb9e98c0c8edc42ab Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Wed, 22 Jan 2025 00:10:26 +0100 Subject: [PATCH] Add omitted entry to CHANGES. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 6d2b2a7..7055977 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ * Fix a bug, introduced in 0.96.1, that could cause plaintext passwords to be erroneously accepted even when incorrect. * Implement background blur on Safari. + * Set the minimum TLS version to 1.2. * Change the default hashing algorithm to bcrypt. We use a cost of 8 in order to keep hashing times under 25ms, even though 10 is currently the recommended minimum.