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