diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-03-11 18:21:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 18:21:30 +0000 |
commit | ce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4 (patch) | |
tree | ebdd885603e3916d3f4bc38ee541175e27433297 | |
parent | Fix tests for reqwests v0.10 (diff) | |
download | miniserve-ce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4.tar.gz miniserve-ce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4.zip |
Update CHANGELOG.md
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d13aff..b21a0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # 0.6.0 - TBD +- Add option to disable archives [#235](https://github.com/svenstaro/miniserve/pull/235) (thanks @DamianX) +- Fix minor bug when using `--random-route` [#219](https://github.com/svenstaro/miniserve/pull/219) +- Add a default index serving option [#189](https://github.com/svenstaro/miniserve/pull/189) # 0.5.0 - 2019-06-24 - Add streaming download of tar archives (thanks @gyscos) |