update CHANGES.md for Form impl Responder

This commit is contained in:
jesskfulwood 2019-07-20 12:59:10 +01:00
parent 28bc2c8145
commit 2b4ab77636
1 changed files with 2 additions and 0 deletions

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.