From 8fde4d929dc176a176a08616987be4d22759eb30 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Sun, 16 Jun 2024 22:23:36 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.