MDL-74581 grade: Update upgrade.txt file to document new upgrade note

This commit is contained in:
Huong Nguyen 2024-05-21 16:51:30 +07:00
parent 5fb2dd40fa
commit 37c79e282d
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,9 @@
issueNumber: MDL-74581
notes:
core_grades:
- message: >
The following previously deprecated Behat step helper methods have been
removed and can no longer be used:
- `behat_grade::select_in_gradebook_navigation_selector`
- `behat_grade::select_in_gradebook_tabs`
type: removed

View File

@ -6,11 +6,6 @@ This file has been replaced by UPGRADING.md. See MDL-81125 for further informati
This file describes API changes in /grade/* ;
Information provided here is intended especially for developers.
=== 4.5 ===
* The following previously deprecated Behat step helper methods have been removed and can no longer be used:
- `behat_grade::select_in_gradebook_navigation_selector`
- `behat_grade::select_in_gradebook_tabs`
=== 4.4 ===
* The grade_structure::get_element_icon() function has been deprecated. Please use grade_helper::get_element_icon() instead.
* The grade_structure::get_element_type_string() function has been deprecated. Please use grade_helper::get_element_type_string() instead.