1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

update CHANGES.md for Form impl Responder

This commit is contained in:
jesskfulwood 2019-07-20 12:59:10 +01:00 committed by jesskfullwood
parent 8f48ed2597
commit b0b462581b

View file

@ -6,6 +6,8 @@
* Re-implement Host predicate (#989)
* Form immplements Responder, returning a `application/x-www-form-urlencoded` response
### Changed
* `Query` payload made `pub`. Allows user to pattern-match the payload.