Fix a typo in CHANGELOG.md (#906)

This commit is contained in:
Grachev Mikhail
2022-04-04 09:26:39 +02:00
committed by GitHub
parent d417910a16
commit 4c936dbb52
+1 -1
View File
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# 0.5.1 (03. April, 2022)
- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call ([#897)
- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call ([#897])
[#897]: https://github.com/tokio-rs/axum/pull/897