From 02fc7c3d6d493edcfc32782d1562820b14069639 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 2 Jul 2022 11:49:42 +0200 Subject: [PATCH] Clean up changelog a bit --- axum/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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` for `MethodFilter` and use new `NoMatchingMethodFilter` error in case of failure ([#1130]) +- **added:** Implement `TryFrom` 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)