1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

make Query payload public (#991)

This commit is contained in:
jesskfullwood
2019-07-19 10:47:44 +01:00
committed by Nikolay Kim
parent cccd829656
commit c808364c07
2 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@
* Re-implement Host predicate (#989)
### Changed
* `Query` payload made `pub`. Allows user to pattern-match the payload.
## [1.0.5] - 2019-07-18