From 233a9bc2ac4e112c4e83c702db5f31ae31d6c0cd Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 21 Nov 2025 14:33:50 +0700 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 6 ++++++ lib/UPGRADING.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 303319c3ce2..51a89639068 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/lib/UPGRADING.md b/lib/UPGRADING.md index eb0d85e9111..fcdb3f11afc 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -2,6 +2,12 @@ ## 4.5.7+ +### 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,