1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

docs: 📚 correct changelog PR reference

docs(CHANGELOG.md): 📚 correct PR number for context in line ranges entry from #3344 to #3345
This commit is contained in:
John Cavanaugh
2025-07-15 16:43:11 -07:00
parent bb8c5657e1
commit eadf15d9c0

View File

@@ -4,7 +4,7 @@
- Add paging to `--list-themes`, see PR #3239 (@einfachIrgendwer0815)
- Support negative relative line ranges, e.g. `bat -r :-10` / `bat -r='-10:'`, see #3068 (@ajesipow)
- Support context in line ranges, e.g. `bat -r 30::5` / `bat -r 30:40:5`, see #3344 (@cavanaug)
- Support context in line ranges, e.g. `bat -r 30::5` / `bat -r 30:40:5`, see #3345 (@cavanaug)
## Bugfixes