diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-30 17:04:13 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-08-30 17:04:13 +0000 |
commit | fc3bd8d80a2825d64b0c935117ac6b793ba4afa4 (patch) | |
tree | 0a7f4351ec85d6a51662fc38aa71e10f152161fe /CHANGELOG.md | |
parent | Merge pull request #542 from deantvv/symlink-dest (diff) | |
download | miniserve-fc3bd8d80a2825d64b0c935117ac6b793ba4afa4.tar.gz miniserve-fc3bd8d80a2825d64b0c935117ac6b793ba4afa4.zip |
Add CHANGELOG entry for symlink destination feature
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 0a16fbc..03dc438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,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) ## [0.15.0] - 2021-08-27 - Add hardened systemd template unit file to `packaging/miniserve@.service` |