From 25a46fbe79edc437595a1478faf27b90c6332d24 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 13 Jan 2023 11:54:30 +0100 Subject: [PATCH] fixup changelog --- axum-core/CHANGELOG.md | 2 +- axum/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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