You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support for variable-length escaped Unicode characters (e.g. `\u{110000}`) in strings. ([#1349], [graphql/graphql-spec#849], [graphql/graphql-spec#687])
34
+
- Support full Unicode range. ([#1349], [graphql/graphql-spec#849], [graphql/graphql-spec#687])
33
35
- Support for [block strings][0180-1]. ([#1349])
34
36
35
37
### Changed
@@ -48,8 +50,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
0 commit comments