From 7fe9342d0dfefb2e89f4b30bb71cad1831bbb36e Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 15 Aug 2024 02:16:11 +0000 Subject: [PATCH] docs: tweak changelog --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bd071d1..733f96a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,20 @@ ## [1.142.5] - 2024-08-14 -### CI - -- Configure Dependabot to update GitHub Actions. - -### Documentation - -- Document new `mdns_enabled` behavior. - ### Fixes - Still try to create "INBOX.DeltaChat" if couldn't create "DeltaChat" ([#5870](https://github.com/deltachat/deltachat-core-rust/pull/5870)). -- Store_seen_flags_on_imap: Skip to next messages if couldn't select folder ([#5870](https://github.com/deltachat/deltachat-core-rust/pull/5870)). +- `store_seen_flags_on_imap`: Skip to next messages if couldn't select folder ([#5870](https://github.com/deltachat/deltachat-core-rust/pull/5870)). - Increase timeout for QR generation to 60s ([#5882](https://github.com/deltachat/deltachat-core-rust/pull/5882)). +### Documentation + +- Document new `mdns_enabled` behavior (bots do not send MDNs by default). + +### CI + +- Configure Dependabot to update GitHub Actions. + ### Miscellaneous Tasks - cargo: Bump regex from 1.10.5 to 1.10.6.