Changelog update

This commit is contained in:
Bojan Durdevic 2021-11-23 18:47:43 -05:00 committed by David Peter
parent b8e79a2160
commit 9a2979df5f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Features
- Support for `x:-delta` (minus) syntax in line ranges (e.g. `20:-10`). See #1901 (@bojan88)
- Support for `--ignored-suffix` argument. See #1892 (@bojan88)
- `$BAT_CONFIG_DIR` is now a recognized environment variable. It has precedence over `$XDG_CONFIG_HOME`, see #1727 (@billrisher)
- Support for `x:+delta` syntax in line ranges (e.g. `20:+10`). See #1810 (@bojan88)