aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:08:45 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:08:55 +0000
commit8623ccabb92a6a898a4cf62390176e0d602e7cad (patch)
tree9e81ea0c737df7b2c69f2c54bf7009a5896ff61c /CHANGELOG.md
parentMerge pull request #1365 from chaibiq/master (diff)
downloadminiserve-8623ccabb92a6a898a4cf62390176e0d602e7cad.tar.gz
miniserve-8623ccabb92a6a898a4cf62390176e0d602e7cad.zip
Actually update CHANGELOG for #1365
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53e183c..e654110 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+- Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq)
## [0.27.0] - 2024-03-16
- Add `-C/--compress-response` to enable response compression [1315](https://github.com/svenstaro/miniserve/pull/1315) (thanks @zuisong)
- Refactor errors [#1331](https://github.com/svenstaro/miniserve/pull/1331) (thanks @cyqsimon)
- Add `-I/--disable-inexing` [#1329](https://github.com/svenstaro/miniserve/pull/1329) (thanks @dyc3)
-- Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq)
## [0.26.0] - 2024-01-13
- Properly handle read-only errors on Windows [#1310](https://github.com/svenstaro/miniserve/pull/1310) (thanks @ViRb3)