MDL-79628 core: Add upgrade notes for the navigation_cache changes

This commit is contained in:
Jun Pataleta
2024-09-19 11:11:31 +08:00
parent d73ad2127e
commit e66e5955e7
+5
View File
@@ -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