aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-31 12:09:29 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-08-31 12:09:29 +0000
commit6d4de55a8e581f1b6e09693757e3989615e7901f (patch)
tree35534f4f572f1a2b64bdb93247ad5a6b90152363 /CHANGELOG.md
parentMerge pull request #529 from aliemjay/src-refactor (diff)
downloadminiserve-6d4de55a8e581f1b6e09693757e3989615e7901f.tar.gz
miniserve-6d4de55a8e581f1b6e09693757e3989615e7901f.zip
Add CHANGELOG entry for arguments rework
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03dc438..414d182 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This enables slightly nicer help output as well as much better completions.
- Fix network interface handling [#500](https://github.com/svenstaro/miniserve/pull/500) [#470](https://github.com/svenstaro/miniserve/issues/470) [#405](https://github.com/svenstaro/miniserve/issues/405) [#422](https://github.com/svenstaro/miniserve/issues/422) (thanks @aliemjay)
- Implement show symlink destination [#542](https://github.com/svenstaro/miniserve/pull/542) [#499](https://github.com/svenstaro/miniserve/issues/499) (thanks @deantvv)
+- Fix error page not being correctly themed [#529](https://github.com/svenstaro/miniserve/pull/529) [#588](https://github.com/svenstaro/miniserve/issues/588) (@aliemjay)
## [0.15.0] - 2021-08-27
- Add hardened systemd template unit file to `packaging/miniserve@.service`