* Custom AJAX handlers for the form autocomplete fields can now optionally return string in their processResults()
callback. If a string is returned, it is displayed instead of the list if suggested items. This can be used, for
example, to inform the user that there are too many items matching the current search criteria.
-* The following functions have been finally deprecated and can not be used anymore:
+* The following functions have been finally deprecated and can not be used any more:
- external_function_info()
- - class core_media_renderer
- - class core_media
+ - core_renderer::update_module_button()
- - external_function_info()
+ - events_trigger()
+ - events_cron()
+ - events_dispatch()
+ - events_is_registered()
+ - events_load_def()
+ - events_pending_count()
+ - events_process_queued_handler()
+ - events_queue_handler()
+ - events_trigger_legacy()
+ - events_update_definition()
++* The following classes have been finally deprecated and can not be used any more:
++ - core_media_renderer
++ - core_media
* Following api's have been removed in behat_config_manager, please use behat_config_util instead.
- get_features_with_tags()
- get_components_steps_definitions()