aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-08-24 20:30:48 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-08-24 20:30:48 +0000
commitd8afe62e6ebbdeaad322456a582801896e7f7fb6 (patch)
treee18653a6e49324beeb4456746c41c840c3b76102
parentMerge pull request #362 from ahti/master (diff)
downloadminiserve-d8afe62e6ebbdeaad322456a582801896e7f7fb6.tar.gz
miniserve-d8afe62e6ebbdeaad322456a582801896e7f7fb6.zip
Add CHANGELOG entry for recent contributions
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fc3571..516f60c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +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)
## [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)