Merge branch 'MDL-67691_37' of https://github.com/stronk7/moodle into MOODLE_37_STABLE

This commit is contained in:
Adrian Greeve
2020-01-28 07:54:31 +08:00
+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.7.4 ===
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.7 ===
* Nodes in the navigation api can have labels for each group. See set/get_collectionlabel().