diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-23 13:57:44 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-23 13:57:44 +0000 |
commit | 006dbe39ddca3423ac6b31e8383c67c63b498834 (patch) | |
tree | 5a7696bf61e2d2dec77f85eeff19a820c836c254 | |
parent | Add support for building binaries for more architectures (diff) | |
download | miniserve-006dbe39ddca3423ac6b31e8383c67c63b498834.tar.gz miniserve-006dbe39ddca3423ac6b31e8383c67c63b498834.zip |
Add CHANGELOG entries for recent changes
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6e0d3..1fcbb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Add binaries for more architectures +- Upgrade lockfile which fixes some security issues - Allow multiple file upload [#434](https://github.com/svenstaro/miniserve/pull/434) (thanks @mhuesch) ## [0.10.4] - 2021-01-05 |