summaryrefslogtreecommitdiff
diff options
authorAr Rakin <[email protected]>2023-03-28 23:58:12 +0600
committerAr Rakin <[email protected]>2023-03-28 23:58:14 +0600
commit4b385c8ea84f6a7e1fcef5dc1cd4f5d3336ad7c4 (patch)
treece0e008e3511b3cba3b80fcf0bf9f444a791fcbb
parent90d5474c9694ba1b8ae0a16e50f691491a95ec54 (diff)
downloaddirutils-main.tar.gz
chore: update changelogv1.1.0main
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 899865b..42efd5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-03-28 Ar Rakin <[email protected]>
+ feat(dirscan.c): add `-l, --limit` options
+ -l or --limit can be used with dirscan to specify a limit on how many files/directories it should scan.
+
+ chore: update changelog
+
chore: update configure.ac
2023-03-27 Ar Rakin <[email protected]>