aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:02:27 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:02:27 +0000
commit4971da0577a1a75aa8bec46b63075ff681b1cfdc (patch)
treeab2677100b72b0d45b6332cd7e304fbbc265fcbf /CHANGELOG.md
parentBump deps (diff)
downloadminiserve-4971da0577a1a75aa8bec46b63075ff681b1cfdc.tar.gz
miniserve-4971da0577a1a75aa8bec46b63075ff681b1cfdc.zip
Update CHANGELOG for #1365
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a2984f..b60928f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- 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)