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)