aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 12:24:30 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 12:24:30 +0000
commit5934a7066f8e0bcd76092d5c89d651a7f02d9371 (patch)
tree3e8895a10a1e9d7de090dd13ef39125ef404108b /CHANGELOG.md
parentMerge pull request #728 from aliemjay/custom_route_prefix (diff)
downloadminiserve-5934a7066f8e0bcd76092d5c89d651a7f02d9371.tar.gz
miniserve-5934a7066f8e0bcd76092d5c89d651a7f02d9371.zip
Add CHANGELOG for #728
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09075bb..a091a88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Fix panic when using TLS in some instances [#670](https://github.com/svenstaro/miniserve/issues/670) (thanks @aliemjay)
+- Add `--route-prefix` to add a fixed route prefix [#728](https://github.com/svenstaro/miniserve/pull/728) (thanks @aliemjay and @Jikstra)
## [0.18.0] - 2021-10-26
- Add raw mode and raw mode footer display [#508](https://github.com/svenstaro/miniserve/pull/508) (thanks @Jikstra)