Merge branch 'MDL-65746' of git://github.com/Chocolate-lightning/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 11 Jun 2019 01:49:18 +0000 (09:49 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 11 Jun 2019 01:49:18 +0000 (09:49 +0800)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -3,7 -3,7 +3,8 @@@ information provided here is intended e
  
  === 3.8 ===
  * The yui checknet module is removed. Call \core\session\manager::keepalive instead.
 +* The generate_uuid() function has been deprecated. Please use \core\uuid::generate() instead.
+ * Remove lib/pear/auth/RADIUS.php (MDL-65746)
  
  === 3.7 ===
  * Nodes in the navigation api can have labels for each group. See set/get_collectionlabel().