From e66e5955e7adc3079130fb23daf3ce10cabb930a Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 19 Sep 2024 11:11:31 +0800 Subject: [PATCH] MDL-79628 core: Add upgrade notes for the navigation_cache changes --- lib/upgrade.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index cac9446e623..d0ac174944f 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,6 +1,11 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. +=== 4.4.4 === + +* The `navigation_cache` class now uses the Moodle Universal Cache (MUC) to store the navigation cache data instead of storing + it in the global `$SESSION` variable. + === 4.4.3 === * The Moodle autoloader should now be registered using `\core\component::register_autoloader` rather