Skip to content

Commit d3dc2f1

Browse files
committed
Add missing CHANGELOG entry
1 parent 1ff39ae commit d3dc2f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
* fields cut is now done on bytes, not strings (as long as your
1313
delimiter is proper utf-8 you'll be fine)
1414
- feat: display short help when run without arguments
15+
- feat: add the ability to display fallback output when a field is out of bound
16+
(you can set it per-field using `-f <range>=somefallback` or by providing
17+
a generic fallback using `--fallback-oob somefallback`)
1518
- feat: --characters now depends on the (default) regex feature
1619
- feat: help and short help are colored, as long as output is a tty and
1720
unless env var TERM=dumb or NO_COLOR (any value) is set

0 commit comments

Comments
 (0)