Skip to content

Commit 19f2be2

Browse files
committed
Fix changelog links
1 parent 6c91983 commit 19f2be2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

axum-extra/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning].
99

1010
- **added:** Add `RouterExt::typed_connect` ([#2961]).
1111

12+
[#2961]: https://github.com/tokio-rs/axum/pull/2961
13+
1214
# 0.10.0
1315

1416
# alpha.1

axum/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- **added:** Add `MethodFilter::CONNECT`, `routing::connect[_service]`
1313
and `MethodRouter::connect[_service]` ([#2961]).
1414

15+
[#2984]: https://github.com/tokio-rs/axum/pull/2984
16+
[#2961]: https://github.com/tokio-rs/axum/pull/2961
17+
1518
# 0.8.0
1619

1720
## alpha.1

0 commit comments

Comments
 (0)