Skip to content

Commit

Permalink
Mention fix of extensionless precompressed file serving in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SvizelPritula committed Sep 19, 2024
1 parent f2db21d commit 531ee68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `body` module is disabled except for `catch-panic`, `decompression-*`, `fs`, or `limit` features (BREAKING) ([#477])
- Update to `tower` 0.5 ([#503])

## Fixed

- **fs:** Precompression of static files now supports files without a file extension ([#507])

[#477]: https://github.com/tower-rs/tower-http/pull/477
[#503]: https://github.com/tower-rs/tower-http/pull/503
[#507]: https://github.com/tower-rs/tower-http/pull/507

# 0.5.2

Expand Down

0 comments on commit 531ee68

Please sign in to comment.