NOBUG: Add upgrade notes

This commit is contained in:
Sara Arjona
2025-01-09 15:21:49 +01:00
parent 55840b3b63
commit f85fa813e1
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -26,6 +26,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-75075](https://tracker.moodle.org/browse/MDL-75075)
### core_completion
#### Added
- 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)
### core_reportbuilder
#### Added
+8
View File
@@ -1,5 +1,13 @@
# core_completion (subsystem) Upgrade notes
## 4.5.1+
### Added
- 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)
## 4.5
### Added