From 6884a8e7e0d4ee779adb8d9d36cba1b0fc8f4e28 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Mon, 3 Nov 2025 23:24:35 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9993c0cd..a22109d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Fix hang when using `--list-themes` with an explicit pager, see #3457 (@abhinavcool42) - Fix negative values of N not being parsed in line ranges without `=` flag value separator, see #3442 (@lmmx) +- Fix broken Docker syntax preventing use of custom assets, see #3476 (@keith-hall) ## Other - Improve README documentation on pager options passed to less, see #3443 (@injust)