diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-11 12:42:20 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-11 12:42:20 -0500 |
commit | 61ffd3d1a138fa8bd218e61389fb6bd27cb6125c (patch) | |
tree | dfd9d2eac84cb1d7b91e0b735cc40d50d48c3fc3 /RELEASES.md | |
parent | ed68707f54652b4d7e38fdbc631c51ed01290b8f (diff) | |
download | bfs-61ffd3d1a138fa8bd218e61389fb6bd27cb6125c.tar.xz |
Release 2.12.1
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 6062cc5..8676800 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,16 @@ 2.* === +2.1 +--- + +**November 11, 2020** + +- Added a new `-status` option that displays the search progress in a bar at the bottom of the terminal + +- Fixed an optimizer bug introduced in version 2.0 that affected some combinations of `-user`/`-group` and `-nouser`/`-nogroup` + + 2.0 --- |