aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-07 02:30:23 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-07 02:30:23 +0000
commitbbc236f4ea38d2e23ab459e690346d8168cfa102 (patch)
tree414b68e1657509b7ad32b63bad0af8de6c9e6309
parentStart without countdown in case an explicit index is chosen (diff)
downloadminiserve-bbc236f4ea38d2e23ab459e690346d8168cfa102.tar.gz
miniserve-bbc236f4ea38d2e23ab459e690346d8168cfa102.zip
Update CHANGELOG for recent change
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1488e8d..392c946 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+- 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)