Merge branch 'MDL-64982-master' of git://github.com/rezaies/moodle
authorJake Dallimore <jake@moodle.com>
Mon, 7 Dec 2020 04:03:20 +0000 (12:03 +0800)
committerJake Dallimore <jake@moodle.com>
Mon, 7 Dec 2020 04:03:20 +0000 (12:03 +0800)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -5,12 -5,7 +5,13 @@@ information provided here is intended e
  * New optional parameter $extracontent for print_collapsible_region_start(). This allows developers to add interactive HTML elements
    (e.g. a help icon) after the collapsible region's toggle link.
  * Final deprecation i_dock_block() in behat_deprecated.php
 +* Final deprecation of get_courses_page. Function has been removed and core_course_category::get_courses() should be
 +  used instead.
 +* New encryption API in \core\encryption allows secure encryption and decryption of data. By
 +  default the key is stored in moodledata but admins can configure a different, more secure
 +  location in config.php if required. To get the best possible security for this feature, we
 +  recommend enabling the Sodium PHP extension.
+ * Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and REDUCED_TIMEOUT, which were deprecated in 3.7, have been removed.
  
  === 3.10 ===
  * PHPUnit has been upgraded to 8.5. That comes with a few changes: