From 831528ca7ef3c0912639f8585a74570cd5cd9a19 Mon Sep 17 00:00:00 2001 From: Benjamin Nguyen Date: Tue, 14 Feb 2023 18:42:18 -0800 Subject: [PATCH] changelog edits --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d39d8f..0e565433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,8 +19,9 @@ Did a complete rewrite with emphasis on an intuitive interface and performance. ## [1.1.0] - 2023-02-14 ### What changed -- `-S, --follow-links` added to give option to traverse symlinks to directories. If enabled the disk usages of the target directory is considered. -- More test coverage. +- `-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. +- Minor refactors for clarity and organization. +- More comprehensive test coverage. ### Contributors - [jprochazk](https://github.com/jprochazk): [Filtering functionality via glob options](https://github.com/solidiquis/erdtree/pull/12)