NOBUG: Add upgrade notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user