summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.