diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-02-01 03:47:35 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-02-01 03:47:35 +0000 |
commit | 2b732920b83b61e98dc6b0f9e44645d5f0180698 (patch) | |
tree | 470d97fcee846da6bf352f116c65a7cdff28f919 /CHANGELOG.md | |
parent | Update README for -I (diff) | |
download | miniserve-2b732920b83b61e98dc6b0f9e44645d5f0180698.tar.gz miniserve-2b732920b83b61e98dc6b0f9e44645d5f0180698.zip |
Add CHANGELOG entry for #1329
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb4e3f..9a2984f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Add `-C/--compress-response` to enable response compression [1315](https://github.com/svenstaro/miniserve/pull/1315) (thanks @zuisong) - Refactor errors [#1331](https://github.com/svenstaro/miniserve/pull/1331) (thanks @cyqsimon) +- Add `-I/--disable-inexing` [#1329](https://github.com/svenstaro/miniserve/pull/1329) (thanks @dyc3) ## [0.26.0] - 2024-01-13 - Properly handle read-only errors on Windows [#1310](https://github.com/svenstaro/miniserve/pull/1310) (thanks @ViRb3) |