From 2c7fc5f926b7b423fa11c887ff97061c758adf7b Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Mon, 1 Dec 2025 06:51:04 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76023d49..c7b7c05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 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) - Fix decorations being applied unexpectedly when piping. Now only line numbers explicitly required on the command line should be applied in auto decorations mode for `cat` compatibility. See #3496 (@keith-hall) +- `--help` now correctly reads the config file for theme information etc. See #3507 (@keith-hall) ## Other - Improve README documentation on pager options passed to less, see #3443 (@injust)