aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:33:06 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:33:06 +0000
commitbcca60834e169974f71a1a5a6e36a0a71e2d51db (patch)
tree60dcafc82d4451191865cf06f2a6d5f58ba1b9a0
parentSwitch from failure to thiserror (diff)
downloadminiserve-bcca60834e169974f71a1a5a6e36a0a71e2d51db.tar.gz
miniserve-bcca60834e169974f71a1a5a6e36a0a71e2d51db.zip
Add CHANGELOG entry for failure->thiserror switch
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 639cd81..b65c664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Start instantly in case an explicit index is chosen
- Fix DoS issue when deliberately sending unconforming URL paths
- Add footer [#456](https://github.com/svenstaro/miniserve/pull/456) (thanks @levaitamas)
+- Switched from failure to thiserror for error handling
## [0.11.0] - 2021-02-28
- Add binaries for more architectures