From 3d8ac6b59812837b59ad60a3ef5266dc63f87132 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Thu, 6 Jun 2024 01:42:04 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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))