diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfd2877..6b801fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## untagged +- replace crypt with hashlib, 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. ([#321](https://github.com/deltachat/chatmail/pull/321))