aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-03-11 18:21:30 +0000
committerGitHub <noreply@github.com>2020-03-11 18:21:30 +0000
commitce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4 (patch)
treeebdd885603e3916d3f4bc38ee541175e27433297
parentFix tests for reqwests v0.10 (diff)
downloadminiserve-ce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4.tar.gz
miniserve-ce1a472cbc2973df6e6141a774aa3c7a4fd0c0e4.zip
Update CHANGELOG.md
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md3
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)