From 2df3c8372534d641bcb10ede60a03e4b80361340 Mon Sep 17 00:00:00 2001 From: Jake Dallimore Date: Fri, 6 Mar 2026 11:40:23 +0800 Subject: [PATCH] MDL-87264 core_question: fix upgrade notes missing type declaration --- .upgradenotes/MDL-87264-2025112115054754.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.upgradenotes/MDL-87264-2025112115054754.yml b/.upgradenotes/MDL-87264-2025112115054754.yml index b4716068a46..21cd1ad9211 100644 --- a/.upgradenotes/MDL-87264-2025112115054754.yml +++ b/.upgradenotes/MDL-87264-2025112115054754.yml @@ -24,3 +24,4 @@ notes: `core_question/bank_switcher` Javascript module. This takes an existing modal and replaces the content with the switcher. It will then emit a custom `bankSwitched` event on the modal's DOM element when a new bank is selected. + type: changed