mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Update changelog (#2985)
This commit is contained in:
parent
c5a3c66a27
commit
a7b7d56cfb
1 changed files with 2 additions and 0 deletions
|
@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# Unreleased
|
||||
|
||||
- **added:** Add `method_not_allowed_fallback` to set a fallback when a path matches but there is no handler for the given HTTP method ([#2903])
|
||||
- **added:** Add `MethodFilter::CONNECT`, `routing::connect[_service]`
|
||||
and `MethodRouter::connect[_service]` ([#2961])
|
||||
- **added:** Add `NoContent` as a self-described shortcut for `StatusCode::NO_CONTENT` ([#2978])
|
||||
|
||||
[#2903]: https://github.com/tokio-rs/axum/pull/2903
|
||||
[#2961]: https://github.com/tokio-rs/axum/pull/2961
|
||||
[#2978]: https://github.com/tokio-rs/axum/pull/2978
|
||||
|
||||
|
|
Loading…
Reference in a new issue