NOBUG: Add upgrade notes

This commit is contained in:
Jun Pataleta 2025-02-14 09:53:24 +08:00
parent 75b3fd36af
commit 7e3d9ef895
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
5 changed files with 18 additions and 1 deletions

View file

@ -4,6 +4,9 @@
### Added
- Add hook after_cm_completion_updated triggered when an activity completion is updated.
For more information see [MDL-83542](https://tracker.moodle.org/browse/MDL-83542)
- The method `count_modules_completed` now delegate the logic to count the completed modules to the DBMS improving the performance of the method.
For more information see [MDL-83917](https://tracker.moodle.org/browse/MDL-83917)