diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 11 | ||||
-rw-r--r-- | docs/bfs.1 | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 85e808c..84efa91 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,17 @@ 4.* === +4.0.1 +----- + +**August 19, 2024** + +### Bug fixes + +- `bfs` no longer prints a "suppressed errors" warning unless `-noerror` is actually suppressing errors + [`5d03c9d`](https://github.com/tavianator/bfs/commit/5d03c9d460d1c1afcdf062d494537986ce96a690) + + 4.0 --- @@ -1,4 +1,4 @@ -.TH BFS 1 2024-06-17 "bfs 4.0" +.TH BFS 1 2024-08-19 "bfs 4.0.1" .SH NAME bfs \- breadth-first search for your files .SH SYNOPSIS |