Skip to content

Commit 69b72ec

Browse files
committed
add missing changelog links
1 parent 2c75ca0 commit 69b72ec

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

axum-core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
# 0.1.1 (06. December, 2021)
1313

14-
- **added:** `axum_core::response::Response` now exists as a shorthand for writing `Response<BoxBody>`.
14+
- **added:** `axum_core::response::Response` now exists as a shorthand for writing `Response<BoxBody>` ([#590])
15+
16+
[#590]: https://github.com/tokio-rs/axum/pull/590
1517

1618
# 0.1.0 (02. December, 2021)
1719

axum/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
# 0.4.1 (06. December, 2021)
1919

20-
- **added:** `axum::response::Response` now exists as a shorthand for writing `Response<BoxBody>`.
20+
- **added:** `axum::response::Response` now exists as a shorthand for writing `Response<BoxBody>` ([#590])
21+
22+
[#590]: https://github.com/tokio-rs/axum/pull/590
2123

2224
# 0.4.0 (02. December, 2021)
2325

0 commit comments

Comments
 (0)