From 9305971d5c7615473a7c3b0f51dcaaeb5454502f Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Wed, 23 Aug 2023 02:31:09 +0200 Subject: [PATCH] chore: added changefile --- .changes/fix-tuple-to-struct-variant.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/fix-tuple-to-struct-variant.md diff --git a/.changes/fix-tuple-to-struct-variant.md b/.changes/fix-tuple-to-struct-variant.md new file mode 100644 index 00000000..7ce16066 --- /dev/null +++ b/.changes/fix-tuple-to-struct-variant.md @@ -0,0 +1,5 @@ +--- +window: patch +--- + +`FileDropEvent` has been changed from a struct variant to a tuple variant.