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:
Eloy Lafuente (stronk7)
2020-01-20 00:11:57 +01:00
parent 36984d4d1d
commit 646e72349d
+3 -1
View File
@@ -2,7 +2,9 @@ This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.
=== 3.8.1 ===
format_float() now accepts a special value (-1) as the $decimalpoints parameter which means auto-detecting number of decimal points.
* 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.
* format_float() now accepts a special value (-1) as the $decimalpoints parameter which means auto-detecting number of decimal points.
=== 3.8 ===
* The rotate_image function has been added to the stored_file class (MDL-63349)