Merge branch 'MDL-55365-master' of git://github.com/cescobedo/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 24 Jul 2018 23:02:33 +0000 (01:02 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 24 Jul 2018 23:02:33 +0000 (01:02 +0200)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -3,11 -3,16 +3,21 @@@ information provided here is intended e
  
  === 3.6 ===
  
 +* 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 any more:
 +  - external_function_info()
+ * Following api's have been removed in behat_config_manager, please use behat_config_util instead.
+     - get_features_with_tags()
+     - get_components_steps_definitions()
+     - get_config_file_contents()
+     - merge_behat_config()
+     - get_behat_profile()
+     - profile_guided_allocate()
+     - merge_config()
+     - clean_path()
+     - get_behat_tests_path()
  
  === 3.5 ===