aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-09-24 03:49:55 +0000
committerGitHub <noreply@github.com>2020-09-24 03:49:55 +0000
commitd115dee3d39c7dfe79cf29521ff94c236a851864 (patch)
tree975b3d3848af63ffc0119a47189c6165830741b2
parentMerge pull request #378 from ahti/master (diff)
downloadminiserve-d115dee3d39c7dfe79cf29521ff94c236a851864.tar.gz
miniserve-d115dee3d39c7dfe79cf29521ff94c236a851864.zip
Add CHANGELOG entry for --title
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e91df1a..2fc0dd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - ReleaseDate
- Add embedded favicon [#364](https://github.com/svenstaro/miniserve/issues/364)
+- Add `--title` option which can be used to set the page title [#378](https://github.com/svenstaro/miniserve/pull/378) (thanks @ahti)
+- Default title is now the same host received in the request [#378](https://github.com/svenstaro/miniserve/pull/378) (thanks @ahti)
## [0.9.0] - 2020-09-16
- Added prebuilt binaries for AARCH64, ARMv7, and ARM [#350](https://github.com/svenstaro/miniserve/pull/350)