From cf723c83fac2fc4d15e23e732062f8cb3ba8e4e8 Mon Sep 17 00:00:00 2001 From: Benjamin Nguyen Date: Tue, 14 Feb 2023 18:43:32 -0800 Subject: [PATCH] changelog edits --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e565433..a0f268d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Did a complete rewrite with emphasis on an intuitive interface and performance. ### What changed - `-S, --follow-links` added to give option to traverse symlinks to directories. If enabled the disk usage of the target directory is considered; additionally, descendents of symlink target directory have different color branches. +- CLI options in help text alphabetized with the exception of `-h, --help` and `-V, --version`. - Minor refactors for clarity and organization. - More comprehensive test coverage.