Skip to content

Commit e4adeab

Browse files
committed
Polish
1 parent eb180ec commit e4adeab

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
@@ -15,8 +15,8 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
1515
- [September 2025] GraphQL spec: ([#1347])
1616
- Made `includeDeprecated` argument of `__Type.fields`, `__Type.enumValues`, `__Type.inputFields`, `__Field.args` and `__Directive.args` fields non-`Null`. ([#1348], [graphql/graphql-spec#1142])
1717
- Made `@deprecated(reason:)` argument non-`Null`. ([#1348], [graphql/graphql-spec#1040])
18-
- Changed `ScalarToken::String` to contain raw quoted and escaped `StringLiteral` (was unquoted but escaped string before). ([#1349])
1918
- Added `description` field to `ast::Operation`, `ast::Fragment` and `ast::VariableDefinition`. ([#1349], [graphql/graphql-spec#1170])
19+
- Changed `ScalarToken::String` to contain raw quoted and escaped `StringLiteral` (was unquoted but escaped string before). ([#1349])
2020
- Added `LexerError::UnterminatedBlockString` variant. ([#1349])
2121

2222
### Added

0 commit comments

Comments
 (0)