diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 174534b9..d2b090ab 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -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.