diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-23 10:21:20 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-23 10:21:20 +0000 |
commit | 6ab17e433ba4432e72f737dfcf0f1ec3c00e76c3 (patch) | |
tree | 90e006540efd2061c7ace6143c39a9816710ec37 | |
parent | Update README with current flags (diff) | |
download | miniserve-6ab17e433ba4432e72f737dfcf0f1ec3c00e76c3.tar.gz miniserve-6ab17e433ba4432e72f737dfcf0f1ec3c00e76c3.zip |
Add forgotten attribution
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb7466..e139c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate -- Added `--hide-theme-selector` flag to hide the theme selector functionality in the frontend. +- Added `--hide-theme-selector` flag to hide the theme selector functionality in the frontend [#805](https://github.com/svenstaro/miniserve/pull/805https://github.com/svenstaro/miniserve/pull/805) (thanks @flamingoodev) ## [0.19.5] - 2022-05-18 - Fix security issue where `--no-symlinks` would only hide symlinks from listing but it would |