summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-07-02 11:49:42 +0200
committerDavid Pedersen <david.pdrsn@gmail.com>2022-07-02 11:49:42 +0200
commit02fc7c3d6d493edcfc32782d1562820b14069639 (patch)
tree4dbcd32085ce842fa5683a9ed07fb8141810327b
parent0517d92cb30449a8b84562c578d11911eeef4657 (diff)
Clean up changelog a bit
-rw-r--r--axum/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md
index ec58c78e..b84255d4 100644
--- a/axum/CHANGELOG.md
+++ b/axum/CHANGELOG.md
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
-- **added** Implement `TryFrom<http:: Method>` for `MethodFilter` and use new `NoMatchingMethodFilter` error in case of failure ([#1130])
+- **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])
[#1130]: https://github.com/tokio-rs/axum/pull/1130
+[#1140]: https://github.com/tokio-rs/axum/pull/1140
# 0.5.10 (28. June, 2022)