summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortechno-tanoC <develop.tanoc@gmail.com>2021-09-07 15:33:08 +0900
committerGitHub <noreply@github.com>2021-09-07 06:33:08 +0000
commitc8a44105c294a366715033f09ac409aee5bd2824 (patch)
tree7d752d0f6a9f6d115397ece3d1f3378d79b100f2 /CHANGELOG.md
parente06922555930926ecc648f84916628648dd2b9ba (diff)
Fix a pull request link in CHANGELOG.md (#307)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db8e8836..fa4274eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,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))
+- **fixed:** Remove needless trait bounds from `Router::boxed` ([#269](https://github.com/tokio-rs/axum/pull/269))
# 0.2.1 (24. August, 2021)