diff options
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 933ddc3..a1b0049 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ 3.0 --- -**Coming soon** +**July 13, 2023** ### New features @@ -26,6 +26,8 @@ - Added a warning/error if `$LS_COLORS` can't be parsed, depending on whether `-color` is requested explicitly +- Filenames with control characters are now escaped when printing with `-color` + - Build flags like `WITH_ONIGURUMA` have been renamed to `USE_ONIGURUMA` [C17]: https://en.cppreference.com/w/c/17 |