aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-10-25 11:17:01 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-10-25 11:17:01 +0000
commitc8979ee32ded2d310074ff27d93a0004ec9a350f (patch)
tree3979b0e517f517212e2c188d46c252288bd9fbee
parentMerge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474 (diff)
downloadminiserve-c8979ee32ded2d310074ff27d93a0004ec9a350f.tar.gz
miniserve-c8979ee32ded2d310074ff27d93a0004ec9a350f.zip
Add CHANGELOG entry for SPA mode
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f70b95c..02f863e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Add raw mode and raw mode footer display [#508](https://github.com/svenstaro/miniserve/pull/508) (thanks @Jikstra)
+- Add SPA mode [#515](https://github.com/svenstaro/miniserve/pull/515) (thanks @sinking-point)
## [0.17.0] - 2021-09-04
- Print QR codes on terminal [#524](https://github.com/svenstaro/miniserve/pull/524) (thanks @aliemjay)