NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2026-03-27 15:40:51 +07:00
parent a110695eaa
commit e0b5cab5f0
2 changed files with 18 additions and 0 deletions
+8
View File
@@ -49,6 +49,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-85322](https://tracker.moodle.org/browse/MDL-85322)
### enrol_manual
#### Removed
- The unused parameter 'roleid' has been removed from the external function `unenrol_users()`
For more information see [MDL-51152](https://tracker.moodle.org/browse/MDL-51152)
### tool_behat
#### Added
+10
View File
@@ -0,0 +1,10 @@
# enrol_manual Upgrade notes
## 5.0.6+
### Removed
- The unused parameter 'roleid' has been removed from the external function `unenrol_users()`
For more information see [MDL-51152](https://tracker.moodle.org/browse/MDL-51152)