diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-19 12:50:27 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-19 12:50:27 -0400 |
commit | ae18a33e6481c8146774908e7d4a01934ce9bfa6 (patch) | |
tree | 3e18b10484f1224253592491c49fb841b3fb2017 /docs/CHANGELOG.md | |
parent | 5d03c9d460d1c1afcdf062d494537986ce96a690 (diff) | |
download | bfs-ae18a33e6481c8146774908e7d4a01934ce9bfa6.tar.xz |
Release 4.0.14.0.1
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 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 --- |