mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-67691 behat: inform about the_following_exist() removal
behat_data_generators::the_following_exist() has been removed, please use behat_data_generators::the_following_entities_exist() instead. See MDL-67691 for more info.
This commit is contained in:
parent
fd126006b0
commit
881545513e
@ -2,6 +2,8 @@ This files describes API changes in core libraries and APIs,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.9 ===
|
||||
* behat_data_generators::the_following_exist() has been removed, please use
|
||||
behat_data_generators::the_following_entities_exist() instead. See MDL-67691 for more info.
|
||||
* admin/tool/task/cli/adhoc_task.php now observers the concurrency limits.
|
||||
If you want to get the previous (unlimited) behavior, use the --ignorelimits switch).
|
||||
* Removed the following deprecated functions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user