From 7189afe85b6dfa0a74b8df4a4eaefa1fdf77be17 Mon Sep 17 00:00:00 2001 From: Wolfus20 Date: Sun, 14 Jan 2024 20:36:24 +0800 Subject: [PATCH] Add CHANGELOG entry for PR #455 --- tower-http/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index e05e0f16..7e4e14a2 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added -- None. +- **trace:** Add default generic parameters for `ResponseBody` and `ResponseFuture` ([#455]) +- **trace:** Add type aliases `HttpMakeClassifier` and `GrpcMakeClassifier` ([#455]) ## Changed @@ -23,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +[#455]: https://github.com/tower-rs/tower-http/pull/455 + # 0.5.0 (November 21, 2023) ## Changed