Support wildcards in typed paths (#1003)

* Support wildcards in typed paths

* changelog
This commit is contained in:
David Pedersen
2022-05-06 13:05:30 +02:00
committed by GitHub
parent 4ff78e552d
commit b5183afbec
6 changed files with 20 additions and 20 deletions
+2
View File
@@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- **fixed:** `Option` and `Result` are now supported in typed path route handler parameters ([#1001])
- **fixed:** Support wildcards in typed paths ([#1003])
[#1001]: https://github.com/tokio-rs/axum/pull/1001
[#1003]: https://github.com/tokio-rs/axum/pull/1003
# 0.3.0 (27. April, 2022)