Merge branch 'MDL-69072-master' of git://github.com/andrewnicols/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 1 Jul 2020 21:20:34 +0000 (23:20 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 1 Jul 2020 21:20:34 +0000 (23:20 +0200)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -1,11 -1,9 +1,13 @@@
  This files describes API changes in core libraries and APIs,
  information provided here is intended especially for developers.
  
 -=== 3.9.1 ===
 +=== 4.0 ===
 +* Added function setScrollable in core/modal. This function can be used to set the modal's body to be scrollable or not
 +  when the modal's height exceeds the browser's height. This is also supported in core/modal_factory through the
 +  'scrollable' config parameter which can be set to either true or false. If not explicitly defined, the default value
 +  of 'scrollable' is true.
+ * The `$CFG->behat_retart_browser_after` configuration setting has been removed.
+   The browser session is now restarted between all tests.
  
  === 3.9 ===
  * Following function has been deprecated, please use \core\task\manager::run_from_cli().