diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b801fc1..9f480bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## untagged -- replace crypt with hashlib, as crypt will be deprecated in Python 3.13 +- replace crypt with passlib, as crypt will be deprecated in Python 3.13 ([#319](https://github.com/deltachat/chatmail/pull/319)) - Reject DKIM signatures that do not cover the whole message body.