diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 20:39:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 20:39:05 +0000 |
commit | 9fe2febd17de5d3bc2a9d8d7e400c98bd4cf0b5a (patch) | |
tree | e16bb27eac8e21cc66a42009c66caae0ff3ab4cf | |
parent | Fix CHANGELOG formatting (diff) | |
download | miniserve-9fe2febd17de5d3bc2a9d8d7e400c98bd4cf0b5a.tar.gz miniserve-9fe2febd17de5d3bc2a9d8d7e400c98bd4cf0b5a.zip |
Give up and just duplicate stuff
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51593d8..cfb11a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Added prebuilt binaries for AARCH64, ARMv7, and ARM [#350](https://github.com/svenstaro/miniserve/pull/350) -- Remove percent-encoding in heading and title - - Make name ordering case-insensitive - Give name column more space [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) +- Remove percent-encoding in heading and title [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) +- Make name ordering case-insensitive [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) +- Give name column more space [#362](https://github.com/svenstaro/miniserve/pull/362) (thanks @ahti) ## [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) |