aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Cox <me@jasoncarloscox.com>2023-04-27 09:57:37 -0400
committerRobin Jarry <robin@jarry.cc>2023-05-16 13:41:41 +0200
commitd2ea1aac09fbf02873c3070cadef4386196bb040 (patch)
tree467a77462082f2fc05972517bf88afd200f0c008 /CHANGELOG.md
parentbbb9b0695e1b8a0962423f5223a4b559b4ef02f6 (diff)
downloadaerc-d2ea1aac09fbf02873c3070cadef4386196bb040.tar.gz
aerc-d2ea1aac09fbf02873c3070cadef4386196bb040.zip
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 <me@jasoncarloscox.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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