summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-08-26 08:57:07 +0200
committerGitHub <noreply@github.com>2021-08-26 06:57:07 +0000
commit7b391d85c8b5fc820b1734a7e42469fb78408588 (patch)
treea4f95abf1080cf1fab53b9ace0cf635f41d7cbc4 /CHANGELOG.md
parent552d69e5d4af638c92a262d4d9e55334cb061226 (diff)
Version 0.2.2 (#271)axum-v0.2.2
0.2.2 (24. August, 2021) - **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))
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 772df5c3..2b2a8196 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None.
+
+# 0.2.2 (24. August, 2021)
+
- **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))