Skip to content

Commit

Permalink
Add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 19, 2018
1 parent 60a197c commit 16d0286
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog/master.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [master] yyyy-mm-dd

## Changes

- Juniper is now generic about the exact representation of scalar values. This
allows downstream crates to add support for own scalar value representations.

There are two use cases for this feature:
* You want to support new scalar types not representable by the provided default
scalar value representation like for example `i64`
* You want to support a type from a third party crate that is not supported by juniper

**Note:** This may need some changes in down stream code, especially if working with
generic code. To retain the current behaviour use `DefaultScalarValue` as scalar value type

[#251](https://github.com/graphql-rust/juniper/pull/251)

0 comments on commit 16d0286

Please sign in to comment.