aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 04:21:15 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 04:21:15 +0000
commit1923d2bdc31cd34b8cd807ed1593e39188225a87 (patch)
tree3dbbbdb027cfde4cdb1d7d31846a211d07644a4c /CHANGELOG.md
parentRefer to Helm chart by @wrenix (fixes #1215) (diff)
downloadminiserve-1923d2bdc31cd34b8cd807ed1593e39188225a87.tar.gz
miniserve-1923d2bdc31cd34b8cd807ed1593e39188225a87.zip
Use tokio::fs instead of std::fs to enable async file operations (fixes #445)
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb6d682..0e25460 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Properly handle read-only errors on Windows [#1310](https://github.com/svenstaro/miniserve/pull/1310) (thanks @ViRb3)
+- Use `tokio::fs` instead of `std::fs` to enable async file operations [#445](https://github.com/svenstaro/miniserve/issues/445)
## [0.25.0] - 2024-01-07
- Add `--pretty-urls` [#1193](https://github.com/svenstaro/miniserve/pull/1193) (thanks @nlopes)