Changelog fixup

This commit is contained in:
link2xt
2023-03-19 09:37:09 +00:00
parent 4bf38c0e29
commit a2e7d914a0

View File

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