aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-27 02:51:15 +0000
committerGitHub <noreply@github.com>2021-08-27 02:51:15 +0000
commit96f68cfb7156ad1fccdb8718706401443fe5d03a (patch)
tree1633c19d861995145adccebf89cbd14889a6e967 /CHANGELOG.md
parentGolf tests a bit more (diff)
parentFix accidental formatting (diff)
downloadminiserve-96f68cfb7156ad1fccdb8718706401443fe5d03a.tar.gz
miniserve-96f68cfb7156ad1fccdb8718706401443fe5d03a.zip
Merge pull request #576 from svenstaro/add-rustls-support
Add TLS support via rustls (fixes #18)
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c0a1f9..d730d6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add hardened systemd template unit file to `packaging/miniserve@.service`
- Fix qrcodegen dependency problem [#568](https://github.com/svenstaro/miniserve/issues/568)
- Remove animation on QR code hover (it was kind of annoying as it makes things less snappy)
+- Add TLS support [#576](https://github.com/svenstaro/miniserve/pull/576)
## [0.14.0] - 2021-04-18
- Fix breadcrumbs for right-to-left languages [#489](https://github.com/svenstaro/miniserve/pull/489) (thanks @aliemjay)