add decode query params to 0.1.2 changelog.

This commit is contained in:
Christoph Herzog 2018-01-13 10:02:43 +01:00
parent 9362d6954c
commit 5670fc7eb1

View file

@ -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).