1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

awc: Add support for setting query from Serialize type for client request (#1130)

Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>
This commit is contained in:
Jonathas Conceição
2019-10-26 02:27:14 -03:00
committed by Nikolay Kim
parent ace98e3a1e
commit f0612f7570
2 changed files with 33 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Changes
## [0.2.8] - 2019-10-24
* Add support for setting query from Serialize type for client request.
## [0.2.7] - 2019-09-25