From 646e72349dcba0f3df9dfbdfdbe61733974707a0 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 20 Jan 2020 00:11:57 +0100 Subject: [PATCH] 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. --- lib/upgrade.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 9ea25900d87..5958b086ccd 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -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)