Skip to content

Commit 16d0286

Browse files
committed
Add a changelog entry
1 parent 60a197c commit 16d0286

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog/master.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# [master] yyyy-mm-dd
22

33
## Changes
4+
5+
- Juniper is now generic about the exact representation of scalar values. This
6+
allows downstream crates to add support for own scalar value representations.
7+
8+
There are two use cases for this feature:
9+
* You want to support new scalar types not representable by the provided default
10+
scalar value representation like for example `i64`
11+
* You want to support a type from a third party crate that is not supported by juniper
12+
13+
**Note:** This may need some changes in down stream code, especially if working with
14+
generic code. To retain the current behaviour use `DefaultScalarValue` as scalar value type
15+
16+
[#251](https://github.com/graphql-rust/juniper/pull/251)

0 commit comments

Comments
 (0)