diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-23 00:43:28 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-23 00:43:28 +0000 |
commit | af063d9a4cd764bc2691c7431537a1a1adc6c354 (patch) | |
tree | b76e433d160fcddd30748f6ed145b54b4f6f3fcf | |
parent | Merge pull request #350 from svenstaro/add-cross-compilation-targets (diff) | |
download | miniserve-af063d9a4cd764bc2691c7431537a1a1adc6c354.tar.gz miniserve-af063d9a4cd764bc2691c7431537a1a1adc6c354.zip |
Add README entry for new prebuilt architectures
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 458dc70..0fc3571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate +- Added prebuilt binaries for AARCH64, ARMv7, and ARM [#350](https://github.com/svenstaro/miniserve/pull/350) ## [0.8.0] - 2020-07-22 - Accept port 0 to find a random free port and use that [#327](https://github.com/svenstaro/miniserve/pull/327) (thanks @parrotmac) |