summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKeith Hall <kingkeith+github@gmail.com>2021-01-12 00:12:42 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-15 22:30:42 +0100
commit2e8c0a39dbaa619e833e079b51ea0749cc99c727 (patch)
tree5a6a7e4030e5817c48a85ffcd22974075253874d /CHANGELOG.md
parentdeec2902e4da2f9b826e6fa92c76b73685edd8e3 (diff)
Add support for env vars and manpage refs with dots to Manpage syntax
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3abfdec7..4f5d3bd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
- 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)
+- Manpage highlighting fix, see #1511 (@keith-hall)
## Other