Clean up extra space in axum/CHANGELOG.md

This commit is contained in:
Jonas Platte
2022-10-20 20:02:46 +02:00
committed by David Pedersen
parent 5cb53b23ec
commit 04e0a9e31b
+1 -1
View File
@@ -65,7 +65,7 @@ Yanked, as it contained an accidental breaking change.
# 0.5.11 (02. July, 2022)
- **added:** Implement `TryFrom<http:: Method>` for `MethodFilter` and use new
- **added:** Implement `TryFrom<http::Method>` for `MethodFilter` and use new
`NoMatchingMethodFilter` error in case of failure ([#1130])
- **added:** Document how to run extractors from middleware ([#1140])