diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-25 11:17:01 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-25 11:17:01 +0000 |
commit | c8979ee32ded2d310074ff27d93a0004ec9a350f (patch) | |
tree | 3979b0e517f517212e2c188d46c252288bd9fbee /CHANGELOG.md | |
parent | Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474 (diff) | |
download | miniserve-c8979ee32ded2d310074ff27d93a0004ec9a350f.tar.gz miniserve-c8979ee32ded2d310074ff27d93a0004ec9a350f.zip |
Add CHANGELOG entry for SPA mode
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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) |