diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2024-01-29 09:21:08 +0000 |
---|---|---|
committer | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2024-01-29 09:21:08 +0000 |
commit | e7013c15c8b06a5bc596f21f3feb9eab0abbb1fa (patch) | |
tree | fc55959b3f516c559015c0068936a6729c067fb1 /CHANGELOG.md | |
parent | Refactor errors (diff) | |
download | miniserve-e7013c15c8b06a5bc596f21f3feb9eab0abbb1fa.tar.gz miniserve-e7013c15c8b06a5bc596f21f3feb9eab0abbb1fa.zip |
Write changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 574978b..2cb4e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - 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) ## [0.26.0] - 2024-01-13 - Properly handle read-only errors on Windows [#1310](https://github.com/svenstaro/miniserve/pull/1310) (thanks @ViRb3) |