mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Update axum/CHANGELOG.md
This commit is contained in:
committed by
David Pedersen
parent
f5fc4a13d4
commit
e021440509
@@ -10,9 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- **fixed:** Annotate panicking functions with `#[track_caller]` so the error
|
||||
message points to where the user added the invalid router, rather than
|
||||
somewhere internally in axum ([#1248])
|
||||
- **fixed:** Make `Multipart` extractor work with `RequestBodyLimit` middleware ([#1379])
|
||||
- **added:** Add `DefaultBodyLimit::max` for changing the default body limit ([#1397])
|
||||
- **added:** Various documentation improvements
|
||||
|
||||
[#1248]: https://github.com/tokio-rs/axum/pull/1248
|
||||
[#1379]: https://github.com/tokio-rs/axum/pull/1379
|
||||
[#1397]: https://github.com/tokio-rs/axum/pull/1397
|
||||
|
||||
# 0.5.16 (10. September, 2022)
|
||||
|
||||
Reference in New Issue
Block a user