From d2ea1aac09fbf02873c3070cadef4386196bb040 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Thu, 27 Apr 2023 09:57:37 -0400 Subject: colorize: style chunk function name It's nice to use a different style for the chunk's function name to make it clear that the name is not necessarily adjacent to the chunk's actual lines. Signed-off-by: Jason Cox Acked-by: Robin Jarry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0404164f..b293b869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master) +### Added + +- Colorize can style diff chunk function names with `diff_chunk_func`. + ## [0.15.2](https://git.sr.ht/~rjarry/aerc/refs/0.15.2) - 2023-05-11 ### Fixed -- cgit