mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
Add protobuf extractor and response to changelog
This commit is contained in:
parent
ac7037d282
commit
fb32fcc07c
1 changed files with 2 additions and 0 deletions
|
@ -17,10 +17,12 @@ and this project adheres to [Semantic Versioning].
|
|||
literal `Response`
|
||||
- **added:** Support chaining handlers with `HandlerCallWithExtractors::or` ([#1170])
|
||||
- **change:** axum-extra's MSRV is now 1.60 ([#1239])
|
||||
- **added:** Add Protocol Buffer extractor and response ([#1239])
|
||||
|
||||
[#1086]: https://github.com/tokio-rs/axum/pull/1086
|
||||
[#1119]: https://github.com/tokio-rs/axum/pull/1119
|
||||
[#1170]: https://github.com/tokio-rs/axum/pull/1170
|
||||
[#1214]: https://github.com/tokio-rs/axum/pull/1214
|
||||
[#1239]: https://github.com/tokio-rs/axum/pull/1239
|
||||
|
||||
# 0.3.5 (27. June, 2022)
|
||||
|
|
Loading…
Reference in a new issue