Skip to content

Commit a42ce7d

Browse files
committed
Upd CHANGELOG, vol.2
1 parent e474721 commit a42ce7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

juniper/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
114114
- `ScalarValue` trait:
115115
- `from_displayable()` method allowing to specialize `ScalarValue` conversion from custom string types. ([#1324], [#819])
116116
- `try_to::<T>()` method defined by default as `FromScalarValue<T>` alias. ([#1327], [#1329])
117+
- `downcast_type::<T>()` method. ([#1329])
117118
- `#[derive(GraphQLScalar)]` and `#[graphql_scalar]` macros:
118119
- Support for specifying concrete types as input argument in provided `from_input()` function. ([#1327])
119120
- Support for non-`Result` return type in provided `from_input()` function. ([#1327])

0 commit comments

Comments
 (0)