1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Fix changelog for axum

It contained the 0.8.2 entry as 0.8.1.
This commit is contained in:
Jonas Platte 2025-01-21 14:16:41 +01:00
parent 5966849f14
commit d65242559f

View file

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