Skip to content

Commit 798b010

Browse files
committed
Fix
1 parent a42ce7d commit 798b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
8282
- Renamed `as_string()` method as `try_to_string()` and made it defined by default as `TryToPrimitive<String>` alias. ([#1327])
8383
- Renamed `as_str()` method as `try_as_str()` and made it defined by default as `TryToPrimitive<&str>` alias. ([#1327])
8484
- Renamed `into_string()` method as `try_into_string()` and made it defined by default as `TryInto<String>` alias. ([#1327])
85+
- Required new `downcast_type::<T>()` method (could be derived with `#[derive(ScalarValue)]` macro). ([#1329])
8586
- `#[derive(ScalarValue)]` macro: ([#1327])
8687
- Renamed `#[value(as_bool)]` attribute as `#[value(to_bool)]`.
8788
- Renamed `#[value(as_float)]` attribute as `#[value(to_float)]`.
@@ -114,7 +115,6 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
114115
- `ScalarValue` trait:
115116
- `from_displayable()` method allowing to specialize `ScalarValue` conversion from custom string types. ([#1324], [#819])
116117
- `try_to::<T>()` method defined by default as `FromScalarValue<T>` alias. ([#1327], [#1329])
117-
- `downcast_type::<T>()` method. ([#1329])
118118
- `#[derive(GraphQLScalar)]` and `#[graphql_scalar]` macros:
119119
- Support for specifying concrete types as input argument in provided `from_input()` function. ([#1327])
120120
- Support for non-`Result` return type in provided `from_input()` function. ([#1327])

0 commit comments

Comments
 (0)