diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-07 02:30:23 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-07 02:30:23 +0000 |
commit | bbc236f4ea38d2e23ab459e690346d8168cfa102 (patch) | |
tree | 414b68e1657509b7ad32b63bad0af8de6c9e6309 | |
parent | Start without countdown in case an explicit index is chosen (diff) | |
download | miniserve-bbc236f4ea38d2e23ab459e690346d8168cfa102.tar.gz miniserve-bbc236f4ea38d2e23ab459e690346d8168cfa102.zip |
Update CHANGELOG for recent change
-rw-r--r-- | CHANGELOG.md | 1 |
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) |