From cee3693c1d8a36dd725297d4d6eddf7dd7d74bf8 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 25 Nov 2025 09:25:27 +0800 Subject: [PATCH] MDL-79182 core: Improve upgrade notes for modal deprecation --- .upgradenotes/MDL-79182-2025112106564582.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.upgradenotes/MDL-79182-2025112106564582.yml b/.upgradenotes/MDL-79182-2025112106564582.yml index 02ddd0134cc..e1d6a3bdcbc 100644 --- a/.upgradenotes/MDL-79182-2025112106564582.yml +++ b/.upgradenotes/MDL-79182-2025112106564582.yml @@ -1,7 +1,13 @@ issueNumber: MDL-79182 notes: core: - - message: - - Removed core/modal_registry for the final deprecation due to no longer being required. - - Removed core/modal_factory for the final deprecation due to no longer being required. + - message: > + The following AMD modules have been removed following the final + deprecation process. It is no longer possible or necessary to manually + register modal types. See MDL-78324 for further details. + + + - `core/modal_registry` + + - `core/modal_factory` type: removed