Add omitted entry to CHANGES.

This commit is contained in:
Juliusz Chroboczek
2025-01-22 00:10:26 +01:00
parent 7ef2ac1561
commit 7bb70b4339
+1
View File
@@ -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.