From d05cad1707c8702b52c244678d6d6a4e86ed5a87 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sun, 31 Jul 2022 20:07:08 +0200 Subject: [PATCH] changelog: add missing entries Signed-off-by: Robin Jarry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8566d07..5434870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). to avoid lagging. This can be configured with `client-threads-delay`. - The provided awk filters are now POSIX compliant and should work on MacOS and BSD. +- `outgoing-cred-cmd` execution is now deferred until a message needs to be sent. ### Fixed @@ -25,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Binding a command to `` and ``. - Reselection after delete and scroll when client side threading is enabled. - Background mail count polling when the default folder is empty on startup. +- Wide character handling in the message list. ## [0.11.0](https://git.sr.ht/~rjarry/aerc/refs/0.11.0) - 2022-07-11