Skip to content

Commit 89f5a00

Browse files
committed
Include a changelog entry for replacing async_trait with AFIT/RPITIT
1 parent 64e6eda commit 89f5a00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

axum/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## alpha.1
1111

12+
- **breaking:** Replace `async_trait` with `AFIT/RPITIT` ([#2308])
1213
- **breaking:** Require `Sync` for all handlers and services added to `Router`
1314
and `MethodRouter` ([#2473])
1415
- **breaking:** The tuple and tuple_struct `Path` extractor deserializers now check that the number of parameters matches the tuple length exactly ([#2931])
@@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
- **added:** Add support WebSockets over HTTP/2.
1920
They can be enabled by changing `get(ws_endpoint)` handlers to `any(ws_endpoint)`.
2021

22+
[#2308]: https://github.com/tokio-rs/axum/pull/2308
2123
[#2473]: https://github.com/tokio-rs/axum/pull/2473
2224
[#2645]: https://github.com/tokio-rs/axum/pull/2645
2325
[#2931]: https://github.com/tokio-rs/axum/pull/2931

0 commit comments

Comments
 (0)