Fix header levels for 1.108.0 changelog

This commit is contained in:
link2xt
2023-02-14 01:53:44 +00:00
parent 267263dab7
commit 9dee725895

View File

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