From 403b029534ed627a8b7d89be28786506e6d116b8 Mon Sep 17 00:00:00 2001 From: Audun Halland Date: Fri, 3 Nov 2023 04:30:07 +0100 Subject: [PATCH] chore: Update CHANGELOG --- juniper/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 68cc94c8f..5449ac68a 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -53,6 +53,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528]) - Upgraded [GraphiQL] to 3.0.9 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1204]) - Made `LookAheadMethods::children()` method to return slice instead of `Vec`. ([#1200]) +- Added `Spanning` to `Arguments` and `LookAheadArguments`. ([#1206]) ### Added @@ -131,6 +132,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1199]: /../../pull/1199 [#1200]: /../../pull/1200 [#1204]: /../../pull/1204 +[#1206]: /../../pull/1206 [ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083 [CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j