summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 11:08:05 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 11:08:05 +0800
commit4b965d76f096815b75759064bbf635d35b701560 (patch)
tree32bf0a7133a31ccb6ecad3a00e8d9ee65deed402 /CHANGELOG.md
parent531fbf1d5b4107cc54a426559e552d818e1d5735 (diff)
bump patch levelv2.8.2
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.