summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6501f7..928b46c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+#### v2.8.2
+
+* Switch back to `structopt` from `argh` to support non-UTF-8 encoded paths to be passed to dua
+
+I hope that `argh` or an alternative will one day consider supporting os-strings, as it would in theory be an issue
+for anyone who passes paths to their command-line tool.
+
#### v2.8.1
* Switch from deprecated `failure` to `anyhow` to reduce compile times a little and binary size by 130kb.