revert axum-core changelog changes

This commit is contained in:
Yann Simon
2026-04-06 18:57:37 +02:00
parent 99068f5a4b
commit c59208c86f
-6
View File
@@ -5,12 +5,6 @@ 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.5.6
- **fixed:** Fix IntoResponse for tuples overriding error response codes ([#3603])
[#3603]: https://github.com/tokio-rs/axum/pull/3603
# 0.5.5
Released without changes to fix docs.rs build.