add decode query params to 0.1.2 changelog.
This commit is contained in:
parent
9362d6954c
commit
5670fc7eb1
1 changed files with 8 additions and 0 deletions
|
@ -9,3 +9,11 @@ Additional information and supported nightly versions can be found in [Rocket's
|
|||
|
||||
[#125](https://github.com/graphql-rust/juniper/issues/125)
|
||||
|
||||
## Decoding of query params
|
||||
|
||||
When processing GET requests, query parameters where not properly url_decoded,
|
||||
|
||||
This was fixed by [PR #128](https://github.com/graphql-rust/juniper/pull/128) by @LegNeato.
|
||||
|
||||
This fixed the [issue #116](https://github.com/graphql-rust/juniper/issues/116).
|
||||
|
||||
|
|
Loading…
Reference in a new issue