From d2ec74c8893e47005404065007ba7ad376aab20c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 11 Aug 2025 19:28:28 -0400 Subject: Release 4.1 --- docs/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/CHANGELOG.md') diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 56f53b4..80511f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,24 @@ 4.* === +4.1 +--- + +**August 11, 2025** + + +### New features + +- Added support for the `$LSCOLORS` variable used by FreeBSD and macOS + ([#54](https://github.com/tavianator/bfs/issues/54), + [#157](https://github.com/tavianator/bfs/pull/157)) + +### Changes + +- Switched from C17 to [C23](https://en.cppreference.com/w/c/23) by default. + C17 is still supported as a fallback as long as your compiler supports some common extensions. + + 4.0.8 ----- -- cgit v1.2.3