Update Changelog

This commit is contained in:
Christian Hagenest
2024-06-16 22:23:36 +02:00
committed by missytake
parent 683aefa37c
commit 8fde4d929d

View File

@@ -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.