From faefd168fd40973d7e782ad72b38c797a85bb0a5 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 21 Nov 2025 14:33:12 +0700 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 6 ++++++ public/lib/UPGRADING.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 85e8531b5e7..1fe9d2657b5 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ### core +#### Changed + +- The Hook Manager now uses localcache instead of caching via MUC. + + For more information see [MDL-87107](https://tracker.moodle.org/browse/MDL-87107) + #### Fixed - `restore_qtype_plugin::unset_excluded_fields` now returns the modified questiondata structure, diff --git a/public/lib/UPGRADING.md b/public/lib/UPGRADING.md index 3723000da4c..f4eb621a8a0 100644 --- a/public/lib/UPGRADING.md +++ b/public/lib/UPGRADING.md @@ -2,6 +2,12 @@ ## 5.1+ +### Changed + +- The Hook Manager now uses localcache instead of caching via MUC. + + For more information see [MDL-87107](https://tracker.moodle.org/browse/MDL-87107) + ### Fixed - `restore_qtype_plugin::unset_excluded_fields` now returns the modified questiondata structure,