diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-20 22:33:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-20 22:33:06 +0000 |
commit | bcca60834e169974f71a1a5a6e36a0a71e2d51db (patch) | |
tree | 60dcafc82d4451191865cf06f2a6d5f58ba1b9a0 | |
parent | Switch from failure to thiserror (diff) | |
download | miniserve-bcca60834e169974f71a1a5a6e36a0a71e2d51db.tar.gz miniserve-bcca60834e169974f71a1a5a6e36a0a71e2d51db.zip |
Add CHANGELOG entry for failure->thiserror switch
-rw-r--r-- | CHANGELOG.md | 1 |
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 |