summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:36:52 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 08:36:52 +0800
commit10aecc0ce7d33afc1fdbe8ce88b1aa871f055cf8 (patch)
tree03d9590b6a6e42546dd1cec92485c657a78694fc /CHANGELOG.md
parentaf7a09c53faf9ebeeb8c0a15278b510738d1f34f (diff)
Bump patch levelv2.8.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 085b79e..a6501f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### v2.8.1
+
+* Switch from deprecated `failure` to `anyhow` to reduce compile times a little and binary size by 130kb.
+
#### v2.8.0
* Switched from `structopt` to `argh` for a 300kb reduction in binary size and 1 minute smaller compile times.