summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:03:11 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:06:38 +0800
commit841a9d55fe1c4d76276616eab17274a45391bdcb (patch)
treed72ade390bd531153b5392e8f7de46698b659195 /CHANGELOG.md
parent1d8ba524ac83a0c3b5e4146cf937ed75650f1e97 (diff)
Cut a new minor release: 2.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d8d5ae..28f1bd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+#### v2.7.0
+
+* [Support for extremely large][issue-58], zeta byte scale, files or filesystem traversals.
+* [Fix possibly incorrect handling of hard links][pr-57] in traversals spanning multiple devices.
+
+Both changes were enabled by a single contributor, and I am very thankful towards them.
+
+[issue-58]: https://github.com/Byron/dua-cli/issues/58
+[pr-57]: https://github.com/Byron/dua-cli/pull/57
+
#### v2.6.1
* quit without delay from interactive mode after `dua` was opened on huge directories trees.