summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-10 17:34:15 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-11 21:56:10 +0100
commitc48e779e8a01d50ef6967c226322efc15d8997c7 (patch)
treed7d1b39d98d7288d373cdde3519433af0f26dac9
parentdd0d44bbb3608618427153515a71cdc11c041988 (diff)
CHANGELOG.md: Add entry for #1413
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8435e52f..3abfdec7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
- Print an 'Invalid syntax theme settings' error message if a custom theme is broken, see #614 (@Enselic)
- If plain mode is set and wrap is not explicitly opted in, long lines will no be truncated, see #1426
- If `PAGER` (but not `BAT_PAGER` or `--pager`) is `more` or `most`, silently use `less` instead to ensure support for colors, see #1063 (@Enselic)
+- If `PAGER` is `bat`, silently use `less` to prevent recursion. For `BAT_PAGER` or `--pager`, exit with error, see #1413 (@Enselic)
## Other