Skip to content

Commit

Permalink
Update tower-http/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Feb 22, 2024
1 parent 1b83720 commit 233b97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed

- **compression:** Skip compression for range requests ([#446])
- **cors:** don't overwrite previously-set (Vary) value ([#473])
- **cors:** *Actually* keep Vary headers set by the inner service when setting response headers ([#473])
- Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything

[#399]: https://github.com/tower-rs/tower-http/pull/399
[#446]: https://github.com/tower-rs/tower-http/pull/446
Expand Down

0 comments on commit 233b97b

Please sign in to comment.