summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-08-26 08:24:21 +0200
committerGitHub <noreply@github.com>2021-08-26 08:24:21 +0200
commit20f6c3b509c9b7b2b0e362c6651faef06233bf0e (patch)
treeea4fd1533e412b122fdfea0a35b18ce88898b14d /CHANGELOG.md
parent0d2db387a88bde5145f0ba746d82cd308738ff91 (diff)
Remove needless traits bounds from `Router::boxed` (#269)
Turns out these bounds weren't actually needed. I was hoping it would speed up compile times but that isn't the case.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b24f1c..772df5c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **fixed:** Fix URI captures matching empty segments. This means requests with
URI `/` will no longer be matched by `/:key` ([#264](https://github.com/tokio-rs/axum/pull/264))
+- **fixed:** Remove needless trait bounds from `Router::boxed` ([#264](https://github.com/tokio-rs/axum/pull/264))
# 0.2.1 (24. August, 2021)