File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10- - None.
10+ - ** fixed:** Use ` impl IntoResponse ` less in docs ([ #1049 ] )
11+
12+ [ #1049 ] : https://github.com/tokio-rs/axum/pull/1049
1113
1214# 0.2.4 (02. May, 2022)
1315
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning].
77
88# Unreleased
99
10- - None.
10+ - ** fixed:** Use ` impl IntoResponse ` less in docs ([ #1049 ] )
11+
12+ [ #1049 ] : https://github.com/tokio-rs/axum/pull/1049
1113
1214# 0.3.3 (18. May, 2022)
1315
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- ** added:** Implement ` Default ` for ` Extension ` ([ #1043 ] )
1111- ** fixed:** Support deserializing ` Vec<(String, String)> ` in ` extract::Path<_> ` to get vector of
1212 key/value pairs ([ #1059 ] )
13+ - ** fixed:** Use ` impl IntoResponse ` less in docs ([ #1049 ] )
1314
1415[ #1043 ] : https://github.com/tokio-rs/axum/pull/1043
16+ [ #1049 ] : https://github.com/tokio-rs/axum/pull/1049
1517[ #1059 ] : https://github.com/tokio-rs/axum/pull/1059
1618
1719# 0.5.6 (15. May, 2022)
You can’t perform that action at this time.
0 commit comments