diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-16 10:03:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-16 10:03:43 -0400 |
commit | 088142c06fa3beb7d39827a497ddcaa27d51eabe (patch) | |
tree | dc2f28f4ad745b1e6820b14dda9a4333909775de /docs | |
parent | 218e074be676afb77697717eebc0dcc713af2875 (diff) | |
download | bfs-088142c06fa3beb7d39827a497ddcaa27d51eabe.tar.xz |
Release 4.04.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aeaa7cc..85e808c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,11 @@ 4.* === -**Unreleased** - 4.0 --- +**August 16, 2024** + ### New features - To match BSD `find` (and the POSIX Utility Syntax Guidelines), multiple flags can now be given in a single argument like `-LEXO2`. |