diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 03:43:32 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 03:43:32 +0000 |
commit | c249118d6c0fef71354b2e8231dfa31ddd1b1f22 (patch) | |
tree | cc4087acb22367c82651ad0866594541dd0b121f /CHANGELOG.md | |
parent | Merge pull request #492 from deantvv/tar-and-tar-archive (diff) | |
download | miniserve-c249118d6c0fef71354b2e8231dfa31ddd1b1f22.tar.gz miniserve-c249118d6c0fef71354b2e8231dfa31ddd1b1f22.zip |
Add CHANGELOG entry for separate flags for .tar and .tar.gz archives
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 46357c9..488ba6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix breadcrumbs for right-to-left languages [#489](https://github.com/svenstaro/miniserve/pull/489) (thanks @aliemjay) - Fix URL percent encoding for special characters [#485](https://github.com/svenstaro/miniserve/pull/485) (thanks @aliemjay) - Wrap breadcrumbs at any char [#496](https://github.com/svenstaro/miniserve/pull/496) (thanks @aliemjay) +- Add separate flags for compressed and uncompressed tar archives [#492](https://github.com/svenstaro/miniserve/pull/492) (thanks @deantvv) ## [0.13.0] - 2021-03-28 - Change default log level to `Warn` |