From e2d5d5457f30b45950b9ca52c75f800a6f19b375 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 20 Jan 2020 00:15:39 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 55db34b0098..286ff78f698 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,6 +1,11 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. +=== 3.5.10 === + +* 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. + === 3.5.6 === * Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and REDUCED_TIMEOUT will be