diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 2af6e35b..4bae359c 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **added** Implement IntoResponse for &'static [u8; N] and [u8; N] ([#1690]) +- **added:** Implement `IntoResponse` for `&'static [u8; N]` and `[u8; N]` ([#1690]) [#1690]: https://github.com/tokio-rs/axum/pull/1690 diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index a7b7e4f1..3cb1939e 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- - **added** Implement IntoResponse for &'static [u8; N] and [u8; N] ([#1690]) +- **added:** Implement `IntoResponse` for `&'static [u8; N]` and `[u8; N]` ([#1690]) [#1690]: https://github.com/tokio-rs/axum/pull/1690