It is recommended that privacy providers using this function call rewrite any long query into a number of separate
calls to add_from_sql for improved performance, and that the new argument is used.
This will allow queries to remain backwards-compatible with older versions of Moodle but will have significantly better performance in version supporting the innerjoin parameter.
+* /message/defaultoutputs.php file and admin_page_defaultmessageoutputs class have been deprecated
+ and all their settings moved to admin/message.php (see MDL-64495). Please use admin_page_managemessageoutputs class instead.
+* A new parameter $lang has been added to mustache_template_source_loader->load_with_dependencies() method
+ so it is possible for Mustache to request string in a specific language.
+ * Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and REDUCED_TIMEOUT have been
+ deprecated. Please instead use the functions behat_base::get_timeout(), get_extended_timeout(),
+ and get_reduced_timeout(). These allow for timeouts to be increased by a setting in config.php.
=== 3.6 ===