mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Support wildcards in typed paths (#1003)
* Support wildcards in typed paths * changelog
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user