diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-29 01:59:41 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-29 01:59:49 +0000 |
commit | 08d0985175f7c67b0503100b5523b6d48073fb8e (patch) | |
tree | 4555f342af2462fe141de5db87ea11537fc5bb72 /CHANGELOG.md | |
parent | Merge pull request #583 from aliemjay/index-fallback (diff) | |
download | miniserve-08d0985175f7c67b0503100b5523b6d48073fb8e.tar.gz miniserve-08d0985175f7c67b0503100b5523b6d48073fb8e.zip |
Fix CHANGELOG spacing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1a520..de21ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix serving files with backslashes in their names [#578](https://github.com/svenstaro/miniserve/pull/578) (thanks @Jikstra) -- Fix behavior of downloading symlinks by upgrading to actix-web 4 [#582](https://github.com/svenstaro/miniserve/pull/582)[#462](https://github.com/svenstaro/miniserve/issues/462) (thanks @aliemjay) -- List directory if index file not found [#583](https://github.com/svenstaro/miniserve/pull/583)[#275](https://github.com/svenstaro/miniserve/pull/583) (thanks @aliemjay) +- Fix behavior of downloading symlinks by upgrading to actix-web 4 [#582](https://github.com/svenstaro/miniserve/pull/582) [#462](https://github.com/svenstaro/miniserve/issues/462) (thanks @aliemjay) +- List directory if index file not found [#583](https://github.com/svenstaro/miniserve/pull/583) [#275](https://github.com/svenstaro/miniserve/pull/583) (thanks @aliemjay) - Add special colors for visited links [#521](https://github.com/svenstaro/miniserve/pull/521) (thanks @raffomania) ## [0.15.0] - 2021-08-27 |