Updates changelog

This commit is contained in:
Ian Shipman 2021-08-28 09:40:24 -05:00
parent 9666f1956b
commit d5e439e56b
1 changed files with 9 additions and 0 deletions

9
changelog.d/1432 Normal file
View File

@ -0,0 +1,9 @@
synopsis: Fixes encoding of URL parameters in servant-client
prs: #1432
issues: #1418
description: {
Some applications use query parameters to pass arbitrary (non-unicode) binary
data. This change modifies how servant-client handles query parameters, so
that application developers can use `ToHttpApiData` to marshal binary data into
query parameters.
}