summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-07-13 21:19:09 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-07-13 21:19:09 -0400
commit57a2d70f9b4aa992df1ee510204ae3ce0b32ee26 (patch)
tree852584613d5c35f5e67c5efabe11ea3a96530d0e
parent05dd2b263df6fc0d26a98f6888e0064876c8749b (diff)
Release 3.03.0
-rw-r--r--docs/CHANGELOG.md4
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