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

This commit is contained in:
Jun Pataleta
2024-09-19 11:08:48 +08:00
parent f2773ec1cc
commit cf1e58654c
+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.3.8 ===
* 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.3.7 ===
* The Moodle autoloader should now be registered using `\core\component::register_autoloader` rather