mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- **added:** Add `AppendHeaders` for appending headers to a response rather than overriding them ([#927])
|
||||
- **added:** Add `axum::extract::multipart::Field::chunk` method for streaming a single chunk from
|
||||
the field ([#901])
|
||||
- **fixed:** Fix trailing slash redirection with query parameters ([#936])
|
||||
|
||||
[#901]: https://github.com/tokio-rs/axum/pull/901
|
||||
[#927]: https://github.com/tokio-rs/axum/pull/927
|
||||
[#936]: https://github.com/tokio-rs/axum/pull/936
|
||||
|
||||
# 0.5.1 (03. April, 2022)
|
||||
|
||||
Reference in New Issue
Block a user