From a2e7d914a0fb31c26891a669463a4834c2b2e168 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 Mar 2023 09:37:09 +0000 Subject: [PATCH] Changelog fixup --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb34661a..1fb0f71eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Support non-persistent configuration with DELTACHAT_* env - Print deltachat-repl errors with causes. #4166 - Increase MSRV to 1.64. #4167 -- Core takes of stopping and re-starting IO itself where needed, +- Core takes care of stopping and re-starting IO itself where needed, e.g. during backup creation. It is no longer needed to call dc_stop_io(). dc_start_io() can now be called at any time without harm. #4138