docs(CHANGELOG): list bugs fixed by ignore upgrade

This commit is contained in:
Thayne McCombs
2025-10-31 00:52:05 -06:00
parent d23ac06e40
commit f360a772b0

View File

@@ -8,6 +8,10 @@
- `--print0` combined with `--exec` will now print a `\0` between the output of each entry. Note that if there are multiple instances
of `--exec`, the `\0` will be between each _set_ of commands, _not_ between each individual command run. Fixes #1797.
- Several bugs were fixed by an update to the `ignore` library used for handling ignore rules
- #1506
- #1667
- #1813
## Changes