From d65242559fd9b2d1ba247547d870c7aa27f33fa5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 21 Jan 2025 14:16:41 +0100 Subject: [PATCH] Fix changelog for axum It contained the 0.8.2 entry as 0.8.1. --- axum/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index ab2527a2..bc25605f 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# 0.8.1 +# 0.8.2 - **added:** Implement `OptionalFromRequest` for `Json` ([#3142]) - **added:** Implement `OptionalFromRequest` for `Extension` ([#3157]) -- **change:** Make the `status` function of rejections a `const` function, such +- **changed:** Make the `status` function of rejections a `const` function, such as `JsonRejection`, `QueryRejection` and `PathRejection` ([#3168]) [#3142]: https://github.com/tokio-rs/axum/pull/3142