Skip to content

Commit

Permalink
Add missing changelog PR links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Dec 2, 2022
1 parent 55d3a39 commit 28e1d32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Changed

- **fs:** `ServeDir` and `ServeFile`'s error types are now `Infallible` and any IO errors
will be converted into responses. Use `try_call` to generate error responses manually
will be converted into responses. Use `try_call` to generate error responses manually ([#283])
- **fs:** `ServeDir::fallback` and `ServeDir::not_found_service` now requires
the fallback service to use `Infallible` as its error type
the fallback service to use `Infallible` as its error type ([#283])

## Removed

- Removed `RequireAuthorization` in favor of `ValidateRequest`
- Removed `RequireAuthorization` in favor of `ValidateRequest` ([#290])

## Fixed

- None.

[#290]: https://github.com/tower-rs/tower-http/pull/290
[#283]: https://github.com/tower-rs/tower-http/pull/283

# 0.3.5 (December 02, 2022)

## Added
Expand Down

0 comments on commit 28e1d32

Please sign in to comment.