fixup changelog

This commit is contained in:
David Pedersen 2023-01-13 11:54:30 +01:00
parent e4c6d76bca
commit 25a46fbe79
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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