diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-27 01:08:56 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-27 01:08:56 +0000 |
commit | 10fa106cfc2f79e60cf200f2ac5b4ace6b96e869 (patch) | |
tree | 68acb962016952fd29e1c5408b8c5e20f4ba737c | |
parent | Merge pull request #483 from svenstaro/try-freebsd-support (diff) | |
download | miniserve-10fa106cfc2f79e60cf200f2ac5b4ace6b96e869.tar.gz miniserve-10fa106cfc2f79e60cf200f2ac5b4ace6b96e869.zip |
Add CHANGELOG entry for FreeBSD entries
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6bd8b..ee45423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Fix QR code not showing when using both `--random-route` and `--qrcode` [#480](https://github.com/svenstaro/miniserve/pull/480) (thanks @rouge8) +- Add FreeBSD binaries ## [0.12.0] - 2021-03-20 - Add option `-H`/`--hidden` to show hidden files |