update changelog for filter feature

This commit is contained in:
Braden Godley 2024-05-01 22:30:43 -07:00
parent dc0cc1a770
commit 6fe670d45a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
was often useful, it also broke some existing workflows, and there wasn't a good way to opt out of it. And there isn't really a good way for us to add
a way to opt out of it. And you can easily get similar behavior by adding `.git/` to your global fdignore file.
See #1457.
- Add `-f` \ `--filter <command>` argument that allows you to filter results based on the output of a command, as requested in #400.
## Bugfixes