diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fbee36f..7f5c139b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,19 @@ ## 1.108.0 -## Changes +### Changes - Use read/write timeouts instead of per-command timeouts for SMTP #3985 - Cache DNS results for SMTP connections #3985 - Prefer TLS over STARTTLS during autoconfiguration #4021 - Use SOCKS5 configuration for HTTP requests #4017 - Show non-deltachat emails by default for new installations #4019 -## Fixes +### Fixes - Fix Securejoin for multiple devices on a joining side #3982 - python: handle NULL value returned from `dc_get_msg()` #4020 Account.`get_message_by_id` may return `None` in this case. -## API-Changes +### API-Changes - Remove bitflags from `get_chat_msgs()` interface #4022 C interface is not changed. Rust and JSON-RPC API have `flags` integer argument