Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tokio-rs/axum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6dbabe64fad0a01da85b9d9c10e9c01a0333ffe
Choose a base ref
..
head repository: tokio-rs/axum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6bab0f65bd09e5f3a90aa73cf08d401436c5910
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 axum/CHANGELOG.md
2 changes: 0 additions & 2 deletions axum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **breaking:** Remove `extractor_middleware` which was previously deprecated.
Use `axum::middleware::from_extractor` instead ([#1077])
- **breaking:** Allow `Error: Into<Infallible>` for `Route::{layer, route_layer}` ([#924])
- **breaking:** Remove `extractor_middleware` which was previously deprecated.
Use `axum::middleware::from_extractor` instead ([#1077])
- **breaking:** `MethodRouter` now panics on overlapping routes ([#1102])

[#1077]: https://github.com/tokio-rs/axum/pull/1077